#479B1C

Color #479B1C La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #479B1C

Tints of La Palma #479B1C

Color information

#479B1C (or 0x479B1C) is unknown color: approx La Palma. HEX triplet: 47, 9B and 1C. RGB value is (71,155,28). Sum of RGB (Red+Green+Blue) = 71+155+28=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 155 (60.94% from 255 or 61.02% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 155 - color contains mainly: green. Hex color #479B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479B1C is #B864E3. Grayscale: #737373. Windows color (decimal): -12084452 or 1874759. OLE color: 1874759.

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

Color convert

RGB7115528-
CMYK0.5400.820.39
HSL99.69º69.4%35.88%-
HSV(B)99.69º81.94%60.78%-
XYZ14.5324.875.13-
YUV115.4178.6796.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 155 (60.94% from 255) = 61.02%
BLUE value IS 28 (11.33% from 255) = 11.02%
R=27.95%
G=61.02%
B=11.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71155280.5400.820.3999.6969.435.88
Hex479B1C3605227644524
Octal107233346601224714410544
Binary100011110011011111001101100101001010011111001001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #479B1C;
 }
 .AnyTagClassName
 {
   color: #479B1C;
 }
</style>
background-color css

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

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

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

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

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

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