#40961F

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

Shades of La Palma #40961F

Tints of La Palma #40961F

Color information

#40961F (or 0x40961F) is unknown color: approx La Palma. HEX triplet: 40, 96 and 1F. RGB value is (64,150,31). Sum of RGB (Red+Green+Blue) = 64+150+31=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #40961F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40961F is #BF69E0. Grayscale: #6F6F6F. Windows color (decimal): -12544481 or 2070080. OLE color: 2070080.

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

Color convert

RGB6415031-
CMYK0.5700.790.41
HSL103.36º65.75%35.49%-
HSV(B)103.36º79.33%58.82%-
XYZ13.27235.04-
YUV110.7283.0194.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 150 (58.98% from 255) = 61.22%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=26.12%
G=61.22%
B=12.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64150310.5700.790.41103.3665.7535.49
Hex40961F3904F29674223
Octal100226377101175114710243
Binary100000010010110111111110010100111110100111001111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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