Html Css Color HEX #489014 La Palma

📋 copy color: '#489014'

red 72 ◦ green 144 ◦ blue 20

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

Shades of La Palma #489014

Tints of La Palma #489014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.47%

R = 30.51%
G = 61.02%
B = 8.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#489014 (or 0x489014) is known color: La Palma. HEX triplet: 48, 90 and 14. RGB value is (72,144,20). Sum of RGB (Red+Green+Blue) = 72+144+20=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 144 (56.64% from 255 or 61.02% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 144 - color contains mainly: green. Hex color #489014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489014 is #B76FEB. Grayscale: #6C6C6C. Windows color (decimal): -12021740 or 1347656. OLE color: 1347656.

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

Color convert

RGB 72 144 20 -
CMYK 0.50 0 0.86 0.44
HSL 94.84º 0.76% 0.32% -
HSV(B) 94.84º 0.86% 0.56% -
XYZ 12.77 21.37 4.11 -
YUV 108.34 78.15 102.08 -
System Red Green Blue C M Y K H S L
Decimal 72 144 20 0.50 0 0.86 0.44 94.84 0.76 0.32
Hex 48 90 14 32 0 56 2C 5F 4C 20
Octal 110 220 24 62 0 126 54 137 114 40
Binary 1001000 10010000 10100 110010 0 1010110 101100 1011111 1001100 100000

Color Harmonies of #489014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489014

Black with #489014

Text Example


Text Example

White with #489014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489014; }

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

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

background-color css

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

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

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

border-color css

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

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

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