#379B08

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

Shades of La Palma #379B08

Tints of La Palma #379B08

Color information

#379B08 (or 0x379B08) is unknown color: approx La Palma. HEX triplet: 37, 9B and 08. RGB value is (55,155,8). Sum of RGB (Red+Green+Blue) = 55+155+8=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 155 (60.94% from 255 or 71.10% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 155 - color contains mainly: green. Hex color #379B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379B08 is #C864F7. Grayscale: #6C6C6C. Windows color (decimal): -13133048 or 564023. OLE color: 564023.

HSL color Cylindrical-coordinate representation of color #379B08: hue angle of 100.82º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #379B08 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB551558-
CMYK0.6500.950.39
HSL100.82º90.18%31.96%-
HSV(B)100.82º94.84%60.78%-
XYZ13.3424.274.21-
YUV108.3471.3789.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 155 (60.94% from 255) = 71.10%
BLUE value IS 8 (3.52% from 255) = 3.67%
R=25.23%
G=71.10%
B=3.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5515580.6500.950.39100.8290.1831.96
Hex379B84105F27655a20
Octal672331010101374714513240
Binary11011110011011100010000010101111110011111001011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379B08; }

 p { color: rgb(55,155,8); }

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

<style>
 a { background-color: #379B08; }

 a { background-color: rgb(55,155,8); }

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

<style>
 span { border-color: #379B08; }

 span { border-color: rgb(55,155,8); }

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