Html Css Color HEX #489012 La Palma

📋 copy color: '#489012'

red 72 ◦ green 144 ◦ blue 18

#489012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #489012

Tints of La Palma #489012

RGB

 RED value IS 72 (28.52% from 255) = 30.77%

 GREEN value IS 144 (56.64% from 255) = 61.54%

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 30.77%
G = 61.54%
B = 7.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#489012 (or 0x489012) is known color: La Palma. HEX triplet: 48, 90 and 12. RGB value is (72,144,18). Sum of RGB (Red+Green+Blue) = 72+144+18=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #489012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489012 is #B76FED. Grayscale: #6C6C6C. Windows color (decimal): -12021742 or 1216584. OLE color: 1216584.

HSL color Cylindrical-coordinate representation of color #489012: hue angle of 94.29º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #489012 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 18 -
CMYK 0.50 0 0.88 0.44
HSL 94.29º 0.78% 0.32% -
HSV(B) 94.29º 0.88% 0.56% -
XYZ 12.75 21.37 4.02 -
YUV 108.11 77.15 102.25 -
System Red Green Blue C M Y K H S L
Decimal 72 144 18 0.50 0 0.88 0.44 94.29 0.78 0.32
Hex 48 90 12 32 0 58 2C 5E 4E 20
Octal 110 220 22 62 0 130 54 136 116 40
Binary 1001000 10010000 10010 110010 0 1011000 101100 1011110 1001110 100000

Color Harmonies of #489012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489012

Black with #489012

Text Example


Text Example

White with #489012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489012; }

 p { color: rgb(72,144,18); }

 H1.HeaderClassName
 {
   color: #489012;
 }
 .AnyTagClassName
 {
   color: #489012;
 }
</style>

background-color css

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

 a { background-color: rgb(72,144,18); }

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

border-color css

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

 span { border-color: rgb(72,144,18); }

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