#379C08

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

Shades of La Palma #379C08

Tints of La Palma #379C08

Color information

#379C08 (or 0x379C08) is unknown color: approx La Palma. HEX triplet: 37, 9C and 08. RGB value is (55,156,8). Sum of RGB (Red+Green+Blue) = 55+156+8=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 156 (61.33% from 255 or 71.23% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 156 - color contains mainly: green. Hex color #379C08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379C08 is #C863F7. Grayscale: #6D6D6D. Windows color (decimal): -13132792 or 564279. OLE color: 564279.

HSL color Cylindrical-coordinate representation of color #379C08: hue angle of 100.95º 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 #379C08 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB551568-
CMYK0.6500.950.39
HSL100.95º90.24%32.16%-
HSV(B)100.95º94.87%61.18%-
XYZ13.5124.614.27-
YUV108.9371.0489.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 156 (61.33% from 255) = 71.23%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=25.11%
G=71.23%
B=3.65%

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
Decimal5515680.6500.950.39100.9590.2432.16
Hex379C84105F27655a20
Octal672341010101374714513240
Binary11011110011100100010000010101111110011111001011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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