#40920C

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

Shades of La Palma #40920C

Tints of La Palma #40920C

Color information

#40920C (or 0x40920C) is unknown color: approx La Palma. HEX triplet: 40, 92 and 0C. RGB value is (64,146,12). Sum of RGB (Red+Green+Blue) = 64+146+12=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 146 (57.42% from 255 or 65.77% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 146 - color contains mainly: green. Hex color #40920C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40920C is #BF6DF3. Grayscale: #6A6A6A. Windows color (decimal): -12545524 or 823872. OLE color: 823872.

HSL color Cylindrical-coordinate representation of color #40920C: hue angle of 96.72º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40920C is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB6414612-
CMYK0.5600.920.43
HSL96.72º84.81%30.98%-
HSV(B)96.72º91.78%57.25%-
XYZ12.4621.673.87-
YUV106.2174.8397.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 146 (57.42% from 255) = 65.77%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=28.83%
G=65.77%
B=5.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64146120.5600.920.4396.7284.8130.98
Hex4092C3805C2B61551f
Octal100222147001345314112537
Binary1000000100100101100111000010111001010111100001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40920C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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