#40992D

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

Shades of La Palma #40992D

Tints of La Palma #40992D

Color information

#40992D (or 0x40992D) is unknown color: approx La Palma. HEX triplet: 40, 99 and 2D. RGB value is (64,153,45). Sum of RGB (Red+Green+Blue) = 64+153+45=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #40992D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40992D is #BF66D2. Grayscale: #727272. Windows color (decimal): -12543699 or 2988352. OLE color: 2988352.

HSL color Cylindrical-coordinate representation of color #40992D: hue angle of 109.44º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40992D is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB6415345-
CMYK0.5800.710.4
HSL109.44º54.55%38.82%-
HSV(B)109.44º70.59%60%-
XYZ13.9824.066.39-
YUV114.0889.0192.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 153 (60.16% from 255) = 58.40%
BLUE value IS 45 (17.97% from 255) = 17.18%
R=24.43%
G=58.40%
B=17.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64153450.5800.710.4109.4454.5538.82
Hex40992D3A047286d3727
Octal10023155720107501556747
Binary100000010011001101101111010010001111010001101101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40992D; }

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

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

<style>
 a { background-color: #40992D; }

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

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

<style>
 span { border-color: #40992D; }

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

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