#379A35

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

Shades of La Palma #379A35

Tints of La Palma #379A35

Color information

#379A35 (or 0x379A35) is unknown color: approx La Palma. HEX triplet: 37, 9A and 35. RGB value is (55,154,53). Sum of RGB (Red+Green+Blue) = 55+154+53=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 154 (60.55% from 255 or 58.78% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 154 - color contains mainly: green. Hex color #379A35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379A35 is #C865CA. Grayscale: #717171. Windows color (decimal): -13133259 or 3512887. OLE color: 3512887.

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

Color convert

RGB5515453-
CMYK0.6400.660.40
HSL118.81º48.79%40.59%-
HSV(B)118.81º65.58%60.39%-
XYZ13.7724.187.31-
YUV112.8894.286.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 154 (60.55% from 255) = 58.78%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=20.99%
G=58.78%
B=20.23%

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
Decimal55154530.6400.660.40118.8148.7940.59
Hex379A354004228773129
Octal67232651000102501676151
Binary110111100110101101011000000010000101010001110111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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