#459420

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

Shades of La Palma #459420

Tints of La Palma #459420

Color information

#459420 (or 0x459420) is unknown color: approx La Palma. HEX triplet: 45, 94 and 20. RGB value is (69,148,32). Sum of RGB (Red+Green+Blue) = 69+148+32=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #459420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459420 is #BA6BDF. Grayscale: #6F6F6F. Windows color (decimal): -12217312 or 2135109. OLE color: 2135109.

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

Color convert

RGB6914832-
CMYK0.5300.780.42
HSL100.86º64.44%35.29%-
HSV(B)100.86º78.38%58.04%-
XYZ13.322.555.02-
YUV111.1583.3397.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 148 (58.20% from 255) = 59.44%
BLUE value IS 32 (12.89% from 255) = 12.85%
R=27.71%
G=59.44%
B=12.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69148320.5300.780.42100.8664.4435.29
Hex4594203504E2A654023
Octal105224406501165214510043
Binary1000101100101001000001101010100111010101011001011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459420; }

 p { color: rgb(69,148,32); }

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

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

 a { background-color: rgb(69,148,32); }

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

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

 span { border-color: rgb(69,148,32); }

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