#489535

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

Shades of La Palma #489535

Tints of La Palma #489535

Color information

#489535 (or 0x489535) is unknown color: approx La Palma. HEX triplet: 48, 95 and 35. RGB value is (72,149,53). Sum of RGB (Red+Green+Blue) = 72+149+53=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #489535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489535 is #B76ACA. Grayscale: #737373. Windows color (decimal): -12020427 or 3511624. OLE color: 3511624.

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

Color convert

RGB7214953-
CMYK0.5200.640.42
HSL108.12º47.52%39.61%-
HSV(B)108.12º64.43%58.43%-
XYZ14.0623.137.09-
YUV115.0392.9997.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 149 (58.59% from 255) = 54.38%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=26.28%
G=54.38%
B=19.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149530.5200.640.42108.1247.5239.61
Hex489535340402A6c3028
Octal11022565640100521546050
Binary100100010010101110101110100010000001010101101100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489535; }

 p { color: rgb(72,149,53); }

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

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

 a { background-color: rgb(72,149,53); }

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

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

 span { border-color: rgb(72,149,53); }

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