#40932A

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

Shades of La Palma #40932A

Tints of La Palma #40932A

Color information

#40932A (or 0x40932A) is unknown color: approx La Palma. HEX triplet: 40, 93 and 2A. RGB value is (64,147,42). Sum of RGB (Red+Green+Blue) = 64+147+42=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #40932A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40932A is #BF6CD5. Grayscale: #6E6E6E. Windows color (decimal): -12545238 or 2790208. OLE color: 2790208.

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

Color convert

RGB6414742-
CMYK0.5600.710.42
HSL107.43º55.56%37.06%-
HSV(B)107.43º71.43%57.65%-
XYZ12.9722.125.78-
YUV110.2189.595.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 147 (57.81% from 255) = 58.10%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=25.30%
G=58.10%
B=16.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64147420.5600.710.42107.4355.5637.06
Hex40932A380472A6b3825
Octal10022352700107521537045
Binary100000010010011101010111000010001111010101101011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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