Html Css Color HEX #479B12 La Palma

📋 copy color: '#479B12'

red 71 ◦ green 155 ◦ blue 18

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

Shades of La Palma #479B12

Tints of La Palma #479B12

RGB

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

 GREEN value IS 155 (60.94% from 255) = 63.52%

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

R = 29.1%
G = 63.52%
B = 7.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#479B12 (or 0x479B12) is known color: La Palma. HEX triplet: 47, 9B and 12. RGB value is (71,155,18). Sum of RGB (Red+Green+Blue) = 71+155+18=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 155 (60.94% from 255 or 63.52% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 155 - color contains mainly: green. Hex color #479B12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479B12 is #B864ED. Grayscale: #727272. Windows color (decimal): -12084462 or 1219399. OLE color: 1219399.

HSL color Cylindrical-coordinate representation of color #479B12: hue angle of 96.79º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #479B12 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 155 18 -
CMYK 0.54 0 0.88 0.39
HSL 96.79º 0.79% 0.34% -
HSV(B) 96.79º 0.88% 0.61% -
XYZ 14.43 24.83 4.6 -
YUV 114.27 73.67 97.14 -
System Red Green Blue C M Y K H S L
Decimal 71 155 18 0.54 0 0.88 0.39 96.79 0.79 0.34
Hex 47 9B 12 36 0 58 27 61 4F 22
Octal 107 233 22 66 0 130 47 141 117 42
Binary 1000111 10011011 10010 110110 0 1011000 100111 1100001 1001111 100010

Color Harmonies of #479B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479B12

Black with #479B12

Text Example


Text Example

White with #479B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479B12; }

 p { color: rgb(71,155,18); }

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

background-color css

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

 a { background-color: rgb(71,155,18); }

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

border-color css

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

 span { border-color: rgb(71,155,18); }

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