Html Css Color HEX #479516 La Palma

📋 copy color: '#479516'

red 71 ◦ green 149 ◦ blue 22

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

Shades of La Palma #479516

Tints of La Palma #479516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.09%

R = 29.34%
G = 61.57%
B = 9.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#479516 (or 0x479516) is known color: La Palma. HEX triplet: 47, 95 and 16. RGB value is (71,149,22). Sum of RGB (Red+Green+Blue) = 71+149+22=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #479516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479516 is #B86AE9. Grayscale: #6F6F6F. Windows color (decimal): -12085994 or 1480007. OLE color: 1480007.

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

Color convert

RGB 71 149 22 -
CMYK 0.52 0 0.85 0.42
HSL 96.85º 0.74% 0.34% -
HSV(B) 96.85º 0.85% 0.58% -
XYZ 13.49 22.89 4.47 -
YUV 111.2 77.66 99.33 -
System Red Green Blue C M Y K H S L
Decimal 71 149 22 0.52 0 0.85 0.42 96.85 0.74 0.34
Hex 47 95 16 34 0 55 2A 61 4A 22
Octal 107 225 26 64 0 125 52 141 112 42
Binary 1000111 10010101 10110 110100 0 1010101 101010 1100001 1001010 100010

Color Harmonies of #479516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479516

Black with #479516

Text Example


Text Example

White with #479516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479516; }

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

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

background-color css

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

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

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

border-color css

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

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

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