Html Css Color HEX #479D1C La Palma

📋 copy color: '#479D1C'

red 71 ◦ green 157 ◦ blue 28

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

Shades of La Palma #479D1C

Tints of La Palma #479D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 61.33%

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 27.73%
G = 61.33%
B = 10.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#479D1C (or 0x479D1C) is known color: La Palma. HEX triplet: 47, 9D and 1C. RGB value is (71,157,28). Sum of RGB (Red+Green+Blue) = 71+157+28=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 157 (61.72% from 255 or 61.33% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 157 - color contains mainly: green. Hex color #479D1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479D1C is #B862E3. Grayscale: #757575. Windows color (decimal): -12083940 or 1875271. OLE color: 1875271.

HSL color Cylindrical-coordinate representation of color #479D1C: hue angle of 100º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #479D1C is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 157 28 -
CMYK 0.55 0 0.82 0.38
HSL 100º 0.7% 0.36% -
HSV(B) 100º 0.82% 0.62% -
XYZ 14.87 25.54 5.24 -
YUV 116.58 78.01 95.49 -
System Red Green Blue C M Y K H S L
Decimal 71 157 28 0.55 0 0.82 0.38 100 0.7 0.36
Hex 47 9D 1C 37 0 52 26 64 46 24
Octal 107 235 34 67 0 122 46 144 106 44
Binary 1000111 10011101 11100 110111 0 1010010 100110 1100100 1000110 100100

Color Harmonies of #479D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D1C

Black with #479D1C

Text Example


Text Example

White with #479D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,157,28); }

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

background-color css

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

 a { background-color: rgb(71,157,28); }

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

border-color css

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

 span { border-color: rgb(71,157,28); }

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