#379126

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

Shades of La Palma #379126

Tints of La Palma #379126

Color information

#379126 (or 0x379126) is unknown color: approx La Palma. HEX triplet: 37, 91 and 26. RGB value is (55,145,38). Sum of RGB (Red+Green+Blue) = 55+145+38=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 145 (57.03% from 255 or 60.92% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 145 - color contains mainly: green. Hex color #379126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379126 is #C86ED9. Grayscale: #6A6A6A. Windows color (decimal): -13135578 or 2527543. OLE color: 2527543.

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

Color convert

RGB5514538-
CMYK0.6200.740.43
HSL110.47º58.47%35.88%-
HSV(B)110.47º73.79%56.86%-
XYZ12.0521.25.29-
YUV105.8989.6891.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 145 (57.03% from 255) = 60.92%
BLUE value IS 38 (15.23% from 255) = 15.97%
R=23.11%
G=60.92%
B=15.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55145380.6200.740.43110.4758.4735.88
Hex3791263E04A2B6e3a24
Octal6722146760112531567244
Binary11011110010001100110111110010010101010111101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379126; }

 p { color: rgb(55,145,38); }

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

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

 a { background-color: rgb(55,145,38); }

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

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

 span { border-color: rgb(55,145,38); }

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