#379A06

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

Shades of La Palma #379A06

Tints of La Palma #379A06

Color information

#379A06 (or 0x379A06) is unknown color: approx La Palma. HEX triplet: 37, 9A and 06. RGB value is (55,154,6). Sum of RGB (Red+Green+Blue) = 55+154+6=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 154 (60.55% from 255 or 71.63% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 154 - color contains mainly: green. Hex color #379A06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379A06 is #C865F9. Grayscale: #6C6C6C. Windows color (decimal): -13133306 or 432695. OLE color: 432695.

HSL color Cylindrical-coordinate representation of color #379A06: hue angle of 100.14º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #379A06 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB551546-
CMYK0.6400.960.40
HSL100.14º92.5%31.37%-
HSV(B)100.14º96.1%60.39%-
XYZ13.1623.944.1-
YUV107.5370.790.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 154 (60.55% from 255) = 71.63%
BLUE value IS 6 (2.73% from 255) = 2.79%
R=25.58%
G=71.63%
B=2.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5515460.6400.960.40100.1492.531.37
Hex379A64006028645c1f
Octal67232610001405014413437
Binary110111100110101101000000011000001010001100100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,154,6); }

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

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

 a { background-color: rgb(55,154,6); }

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

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

 span { border-color: rgb(55,154,6); }

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