#379b32

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

Shades of La Palma #379B32

Tints of La Palma #379B32

Color information

#379B32 (or 0x379B32) is unknown color: approx La Palma. HEX triplet: 37, 9B and 32. RGB value is (55,155,50). Sum of RGB (Red+Green+Blue) = 55+155+50=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 155 (60.94% from 255 or 59.62% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 155 - color contains mainly: green. Hex color #379B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379B32 is #C864CD. Grayscale: #717171. Windows color (decimal): -13133006 or 3316535. OLE color: 3316535.

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

Color convert

RGB5515550-
CMYK0.6500.680.39
HSL117.14º51.22%40.2%-
HSV(B)117.14º67.74%60.78%-
XYZ13.8724.497.01-
YUV113.1392.3786.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 155 (60.94% from 255) = 59.62%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=21.15%
G=59.62%
B=19.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55155500.6500.680.39117.1451.2240.2
Hex379B324104427753328
Octal67233621010104471656350
Binary110111100110111100101000001010001001001111110101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379b32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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