#389B0D

Color #389B0D La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #389B0D

Tints of La Palma #389B0D

Color information

#389B0D (or 0x389B0D) is unknown color: approx La Palma. HEX triplet: 38, 9B and 0D. RGB value is (56,155,13). Sum of RGB (Red+Green+Blue) = 56+155+13=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 155 (60.94% from 255 or 69.20% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 155 - color contains mainly: green. Hex color #389B0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389B0D is #C764F2. Grayscale: #6D6D6D. Windows color (decimal): -13067507 or 891704. OLE color: 891704.

HSL color Cylindrical-coordinate representation of color #389B0D: hue angle of 101.83º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #389B0D is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB5615513-
CMYK0.6400.920.39
HSL101.83º84.52%32.94%-
HSV(B)101.83º91.61%60.78%-
XYZ13.4224.314.37-
YUV109.2173.790.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 155 (60.94% from 255) = 69.20%
BLUE value IS 13 (5.47% from 255) = 5.80%
R=25%
G=69.20%
B=5.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56155130.6400.920.39101.8384.5232.94
Hex389BD4005C27665521
Octal702331510001344714612541
Binary11100010011011110110000000101110010011111001101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389B0D; }

 p { color: rgb(56,155,13); }

 H1.HeaderClassName
 {
   color: #389B0D;
 }
 .AnyTagClassName
 {
   color: #389B0D;
 }
</style>
background-color css

<style>
 a { background-color: #389B0D; }

 a { background-color: rgb(56,155,13); }

 div.DivClassName
 {
   background-color: #389B0D;
 }
 .BgClassName
 {
   background-color: #389B0D;
 }
</style>
border-color css

<style>
 span { border-color: #389B0D; }

 span { border-color: rgb(56,155,13); }

 td.TdClassName
 {
   border-color: #389B0D;
 }
 .TagClassName
 {
   border-color: #389B0D;
 }
</style>