#459332

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

Shades of La Palma #459332

Tints of La Palma #459332

Color information

#459332 (or 0x459332) is unknown color: approx La Palma. HEX triplet: 45, 93 and 32. RGB value is (69,147,50). Sum of RGB (Red+Green+Blue) = 69+147+50=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #459332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459332 is #BA6CCD. Grayscale: #707070. Windows color (decimal): -12217550 or 3314501. OLE color: 3314501.

HSL color Cylindrical-coordinate representation of color #459332: hue angle of 108.25º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #459332 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB6914750-
CMYK0.5300.660.42
HSL108.25º49.24%38.63%-
HSV(B)108.25º65.99%57.65%-
XYZ13.4622.366.62-
YUV112.6292.6696.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 147 (57.81% from 255) = 55.26%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=25.94%
G=55.26%
B=18.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69147500.5300.660.42108.2549.2438.63
Hex459332350422A6c3127
Octal10522362650102521546147
Binary100010110010011110010110101010000101010101101100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459332; }

 p { color: rgb(69,147,50); }

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

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

 a { background-color: rgb(69,147,50); }

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

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

 span { border-color: rgb(69,147,50); }

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