#379216

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

Shades of La Palma #379216

Tints of La Palma #379216

Color information

#379216 (or 0x379216) is unknown color: approx La Palma. HEX triplet: 37, 92 and 16. RGB value is (55,146,22). Sum of RGB (Red+Green+Blue) = 55+146+22=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 146 (57.42% from 255 or 65.47% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 146 - color contains mainly: green. Hex color #379216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379216 is #C86DE9. Grayscale: #696969. Windows color (decimal): -13135338 or 1479223. OLE color: 1479223.

HSL color Cylindrical-coordinate representation of color #379216: hue angle of 104.03º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #379216 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB5514622-
CMYK0.6200.850.43
HSL104.03º73.81%32.94%-
HSV(B)104.03º84.93%57.25%-
XYZ1221.434.26-
YUV104.6581.3592.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 146 (57.42% from 255) = 65.47%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=24.66%
G=65.47%
B=9.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55146220.6200.850.43104.0373.8132.94
Hex3792163E0552B684a21
Octal67222267601255315011241
Binary11011110010010101101111100101010110101111010001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379216; }

 p { color: rgb(55,146,22); }

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

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

 a { background-color: rgb(55,146,22); }

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

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

 span { border-color: rgb(55,146,22); }

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