#40900B

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

Shades of La Palma #40900B

Tints of La Palma #40900B

Color information

#40900B (or 0x40900B) is unknown color: approx La Palma. HEX triplet: 40, 90 and 0B. RGB value is (64,144,11). Sum of RGB (Red+Green+Blue) = 64+144+11=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 144 (56.64% from 255 or 65.75% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 144 - color contains mainly: green. Hex color #40900B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40900B is #BF6FF4. Grayscale: #696969. Windows color (decimal): -12546037 or 757824. OLE color: 757824.

HSL color Cylindrical-coordinate representation of color #40900B: hue angle of 96.09º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40900B is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB6414411-
CMYK0.5600.920.44
HSL96.09º85.81%30.39%-
HSV(B)96.09º92.36%56.47%-
XYZ12.1521.063.74-
YUV104.927598.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 144 (56.64% from 255) = 65.75%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=29.22%
G=65.75%
B=5.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64144110.5600.920.4496.0985.8130.39
Hex4090B3805C2C60561e
Octal100220137001345414012636
Binary1000000100100001011111000010111001011001100000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,144,11); }

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

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

 a { background-color: rgb(64,144,11); }

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

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

 span { border-color: rgb(64,144,11); }

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