#379A34

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

Shades of La Palma #379A34

Tints of La Palma #379A34

Color information

#379A34 (or 0x379A34) is unknown color: approx La Palma. HEX triplet: 37, 9A and 34. RGB value is (55,154,52). Sum of RGB (Red+Green+Blue) = 55+154+52=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 154 (60.55% from 255 or 59.00% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 154 - color contains mainly: green. Hex color #379A34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379A34 is #C865CB. Grayscale: #717171. Windows color (decimal): -13133260 or 3447351. OLE color: 3447351.

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

Color convert

RGB5515452-
CMYK0.6400.660.40
HSL118.24º49.51%40.39%-
HSV(B)118.24º66.23%60.39%-
XYZ13.7524.177.19-
YUV112.7793.786.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 154 (60.55% from 255) = 59.00%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=21.07%
G=59.00%
B=19.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55154520.6400.660.40118.2449.5140.39
Hex379A344004228763228
Octal67232641000102501666250
Binary110111100110101101001000000010000101010001110110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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