Html Css Color HEX #479120 La Palma

📋 copy color: '#479120'

red 71 ◦ green 145 ◦ blue 32

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

Shades of La Palma #479120

Tints of La Palma #479120

RGB

 RED value IS 71 (28.13% from 255) = 28.63%

 GREEN value IS 145 (57.03% from 255) = 58.47%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 28.63%
G = 58.47%
B = 12.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#479120 (or 0x479120) is known color: La Palma. HEX triplet: 47, 91 and 20. RGB value is (71,145,32). Sum of RGB (Red+Green+Blue) = 71+145+32=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 145 (57.03% from 255 or 58.47% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 145 - color contains mainly: green. Hex color #479120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479120 is #B86EDF. Grayscale: #6E6E6E. Windows color (decimal): -12087008 or 2134343. OLE color: 2134343.

HSL color Cylindrical-coordinate representation of color #479120: hue angle of 99.29º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #479120 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 145 32 -
CMYK 0.51 0 0.78 0.43
HSL 99.29º 0.64% 0.35% -
HSV(B) 99.29º 0.78% 0.57% -
XYZ 12.98 21.69 4.87 -
YUV 109.99 83.98 100.19 -
System Red Green Blue C M Y K H S L
Decimal 71 145 32 0.51 0 0.78 0.43 99.29 0.64 0.35
Hex 47 91 20 33 0 4E 2B 63 40 23
Octal 107 221 40 63 0 116 53 143 100 43
Binary 1000111 10010001 100000 110011 0 1001110 101011 1100011 1000000 100011

Color Harmonies of #479120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479120

Black with #479120

Text Example


Text Example

White with #479120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479120; }

 p { color: rgb(71,145,32); }

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

background-color css

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

 a { background-color: rgb(71,145,32); }

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

border-color css

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

 span { border-color: rgb(71,145,32); }

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