#40932E

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

Shades of La Palma #40932E

Tints of La Palma #40932E

Color information

#40932E (or 0x40932E) is unknown color: approx La Palma. HEX triplet: 40, 93 and 2E. RGB value is (64,147,46). Sum of RGB (Red+Green+Blue) = 64+147+46=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #40932E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40932E is #BF6CD1. Grayscale: #6E6E6E. Windows color (decimal): -12545234 or 3052352. OLE color: 3052352.

HSL color Cylindrical-coordinate representation of color #40932E: hue angle of 109.31º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40932E is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB6414746-
CMYK0.5600.690.42
HSL109.31º52.33%37.84%-
HSV(B)109.31º68.71%57.65%-
XYZ13.0422.156.17-
YUV110.6791.594.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 147 (57.81% from 255) = 57.20%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=24.90%
G=57.20%
B=17.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64147460.5600.690.42109.3152.3337.84
Hex40932E380452A6d3426
Octal10022356700105521556446
Binary100000010010011101110111000010001011010101101101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40932E; }

 p { color: rgb(64,147,46); }

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

<style>
 a { background-color: #40932E; }

 a { background-color: rgb(64,147,46); }

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

<style>
 span { border-color: #40932E; }

 span { border-color: rgb(64,147,46); }

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