Html Css Color HEX #479520 La Palma

📋 copy color: '#479520'

red 71 ◦ green 149 ◦ blue 32

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

Shades of La Palma #479520

Tints of La Palma #479520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.13%

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

R = 28.17%
G = 59.13%
B = 12.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#479520 (or 0x479520) is known color: La Palma. HEX triplet: 47, 95 and 20. RGB value is (71,149,32). Sum of RGB (Red+Green+Blue) = 71+149+32=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #479520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479520 is #B86ADF. Grayscale: #707070. Windows color (decimal): -12085984 or 2135367. OLE color: 2135367.

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

Color convert

RGB 71 149 32 -
CMYK 0.52 0 0.79 0.42
HSL 100º 0.65% 0.35% -
HSV(B) 100º 0.79% 0.58% -
XYZ 13.61 22.94 5.08 -
YUV 112.34 82.66 98.51 -
System Red Green Blue C M Y K H S L
Decimal 71 149 32 0.52 0 0.79 0.42 100 0.65 0.35
Hex 47 95 20 34 0 4F 2A 64 41 23
Octal 107 225 40 64 0 117 52 144 101 43
Binary 1000111 10010101 100000 110100 0 1001111 101010 1100100 1000001 100011

Color Harmonies of #479520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479520

Black with #479520

Text Example


Text Example

White with #479520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479520; }

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

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

background-color css

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

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

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

border-color css

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

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

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