#40971D

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

Shades of La Palma #40971D

Tints of La Palma #40971D

Color information

#40971D (or 0x40971D) is unknown color: approx La Palma. HEX triplet: 40, 97 and 1D. RGB value is (64,151,29). Sum of RGB (Red+Green+Blue) = 64+151+29=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 151 (59.38% from 255 or 61.89% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 151 - color contains mainly: green. Hex color #40971D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40971D is #BF68E2. Grayscale: #6F6F6F. Windows color (decimal): -12544227 or 1939264. OLE color: 1939264.

HSL color Cylindrical-coordinate representation of color #40971D: hue angle of 102.79º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40971D is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB6415129-
CMYK0.5800.810.41
HSL102.79º67.78%35.29%-
HSV(B)102.79º80.79%59.22%-
XYZ13.423.314.96-
YUV111.0881.6894.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 151 (59.38% from 255) = 61.89%
BLUE value IS 29 (11.72% from 255) = 11.89%
R=26.23%
G=61.89%
B=11.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64151290.5800.810.41102.7967.7835.29
Hex40971D3A05129674423
Octal100227357201215114710443
Binary100000010010111111011110100101000110100111001111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40971D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40971D; }

 p { color: rgb(64,151,29); }

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

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

 a { background-color: rgb(64,151,29); }

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

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

 span { border-color: rgb(64,151,29); }

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