#40990C

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

Shades of La Palma #40990C

Tints of La Palma #40990C

Color information

#40990C (or 0x40990C) is unknown color: approx La Palma. HEX triplet: 40, 99 and 0C. RGB value is (64,153,12). Sum of RGB (Red+Green+Blue) = 64+153+12=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 153 (60.16% from 255 or 66.81% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 153 - color contains mainly: green. Hex color #40990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40990C is #BF66F3. Grayscale: #6E6E6E. Windows color (decimal): -12543732 or 825664. OLE color: 825664.

HSL color Cylindrical-coordinate representation of color #40990C: hue angle of 97.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40990C is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB6415312-
CMYK0.5800.920.4
HSL97.87º85.45%32.35%-
HSV(B)97.87º92.16%60%-
XYZ13.5723.94.25-
YUV110.3172.5194.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 153 (60.16% from 255) = 66.81%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=27.95%
G=66.81%
B=5.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64153120.5800.920.497.8785.4532.35
Hex4099C3A05C28625520
Octal100231147201345014212540
Binary10000001001100111001110100101110010100011000101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40990C; }

 p { color: rgb(64,153,12); }

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

<style>
 a { background-color: #40990C; }

 a { background-color: rgb(64,153,12); }

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

<style>
 span { border-color: #40990C; }

 span { border-color: rgb(64,153,12); }

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