#379228

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

Shades of La Palma #379228

Tints of La Palma #379228

Color information

#379228 (or 0x379228) is unknown color: approx La Palma. HEX triplet: 37, 92 and 28. RGB value is (55,146,40). Sum of RGB (Red+Green+Blue) = 55+146+40=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #379228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379228 is #C86DD7. Grayscale: #6B6B6B. Windows color (decimal): -13135320 or 2658871. OLE color: 2658871.

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

Color convert

RGB5514640-
CMYK0.6200.730.43
HSL111.51º56.99%36.47%-
HSV(B)111.51º72.6%57.25%-
XYZ12.2421.525.52-
YUV106.7190.3591.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 146 (57.42% from 255) = 60.58%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=22.82%
G=60.58%
B=16.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55146400.6200.730.43111.5156.9936.47
Hex3792283E0492B703924
Octal6722250760111531607144
Binary11011110010010101000111110010010011010111110000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379228; }

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

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

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

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

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

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

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

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