#489320

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

Shades of La Palma #489320

Tints of La Palma #489320

Color information

#489320 (or 0x489320) is unknown color: approx La Palma. HEX triplet: 48, 93 and 20. RGB value is (72,147,32). Sum of RGB (Red+Green+Blue) = 72+147+32=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #489320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489320 is #B76CDF. Grayscale: #6F6F6F. Windows color (decimal): -12020960 or 2134856. OLE color: 2134856.

HSL color Cylindrical-coordinate representation of color #489320: hue angle of 99.13º 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 #489320 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB7214732-
CMYK0.5100.780.42
HSL99.13º64.25%35.1%-
HSV(B)99.13º78.23%57.65%-
XYZ13.3722.354.98-
YUV111.4683.1599.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 147 (57.81% from 255) = 58.57%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=28.69%
G=58.57%
B=12.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72147320.5100.780.4299.1364.2535.1
Hex4893203304E2A634023
Octal110223406301165214310043
Binary1001000100100111000001100110100111010101011000111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489320; }

 p { color: rgb(72,147,32); }

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

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

 a { background-color: rgb(72,147,32); }

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

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

 span { border-color: rgb(72,147,32); }

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