#40912B

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

Shades of La Palma #40912B

Tints of La Palma #40912B

Color information

#40912B (or 0x40912B) is unknown color: approx La Palma. HEX triplet: 40, 91 and 2B. RGB value is (64,145,43). Sum of RGB (Red+Green+Blue) = 64+145+43=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #40912B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40912B is #BF6ED4. Grayscale: #6D6D6D. Windows color (decimal): -12545749 or 2855232. OLE color: 2855232.

HSL color Cylindrical-coordinate representation of color #40912B: hue angle of 107.65º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40912B is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB6414543-
CMYK0.5600.700.43
HSL107.65º54.26%36.86%-
HSV(B)107.65º70.34%56.86%-
XYZ12.6821.525.77-
YUV109.1590.6695.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 145 (57.03% from 255) = 57.54%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=25.40%
G=57.54%
B=17.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64145430.5600.700.43107.6554.2636.86
Hex40912B380462B6c3625
Octal10022153700106531546645
Binary100000010010001101011111000010001101010111101100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40912B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40912B; }

 p { color: rgb(64,145,43); }

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

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

 a { background-color: rgb(64,145,43); }

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

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

 span { border-color: rgb(64,145,43); }

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