#40962B

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

Shades of La Palma #40962B

Tints of La Palma #40962B

Color information

#40962B (or 0x40962B) is unknown color: approx La Palma. HEX triplet: 40, 96 and 2B. RGB value is (64,150,43). Sum of RGB (Red+Green+Blue) = 64+150+43=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #40962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40962B is #BF69D4. Grayscale: #707070. Windows color (decimal): -12544469 or 2856512. OLE color: 2856512.

HSL color Cylindrical-coordinate representation of color #40962B: hue angle of 108.22º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40962B is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB6415043-
CMYK0.5700.710.41
HSL108.22º55.44%37.84%-
HSV(B)108.22º71.33%58.82%-
XYZ13.4623.086.03-
YUV112.0989.0193.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 150 (58.98% from 255) = 58.37%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=24.90%
G=58.37%
B=16.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64150430.5700.710.41108.2255.4437.84
Hex40962B39047296c3726
Octal10022653710107511546746
Binary100000010010110101011111001010001111010011101100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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