#40971F

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

Shades of La Palma #40971F

Tints of La Palma #40971F

Color information

#40971F (or 0x40971F) is unknown color: approx La Palma. HEX triplet: 40, 97 and 1F. RGB value is (64,151,31). Sum of RGB (Red+Green+Blue) = 64+151+31=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 151 (59.38% from 255 or 61.38% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 151 - color contains mainly: green. Hex color #40971F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40971F is #BF68E0. Grayscale: #6F6F6F. Windows color (decimal): -12544225 or 2070336. OLE color: 2070336.

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

Color convert

RGB6415131-
CMYK0.5800.790.41
HSL103.5º65.93%35.69%-
HSV(B)103.5º79.47%59.22%-
XYZ13.4323.325.09-
YUV111.3182.6894.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 151 (59.38% from 255) = 61.38%
BLUE value IS 31 (12.5% from 255) = 12.60%
R=26.02%
G=61.38%
B=12.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64151310.5800.790.41103.565.9335.69
Hex40971F3A04F29684224
Octal100227377201175115010244
Binary100000010010111111111110100100111110100111010001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40971F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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