#458A20

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

Shades of La Palma #458A20

Tints of La Palma #458A20

Color information

#458A20 (or 0x458A20) is unknown color: approx La Palma. HEX triplet: 45, 8A and 20. RGB value is (69,138,32). Sum of RGB (Red+Green+Blue) = 69+138+32=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 138 (54.30% from 255 or 57.74% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 138 - color contains mainly: green. Hex color #458A20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458A20 is #BA75DF. Grayscale: #696969. Windows color (decimal): -12219872 or 2132549. OLE color: 2132549.

HSL color Cylindrical-coordinate representation of color #458A20: hue angle of 99.06º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #458A20 is Cyan = 0.5, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB6913832-
CMYK0.500.770.46
HSL99.06º62.35%33.33%-
HSV(B)99.06º76.81%54.12%-
XYZ11.819.554.52-
YUV105.2886.64102.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 138 (54.30% from 255) = 57.74%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=28.87%
G=57.74%
B=13.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69138320.500.770.4699.0662.3533.33
Hex458A203204D2E633e21
Octal10521240620115561437641
Binary100010110001010100000110010010011011011101100011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458A20; }

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

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

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

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

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

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

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

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