#479434

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

Shades of La Palma #479434

Tints of La Palma #479434

Color information

#479434 (or 0x479434) is unknown color: approx La Palma. HEX triplet: 47, 94 and 34. RGB value is (71,148,52). Sum of RGB (Red+Green+Blue) = 71+148+52=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #479434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479434 is #B86BCB. Grayscale: #727272. Windows color (decimal): -12086220 or 3445831. OLE color: 3445831.

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

Color convert

RGB7114852-
CMYK0.5200.650.42
HSL108.12º48%39.22%-
HSV(B)108.12º64.86%58.04%-
XYZ13.8122.776.92-
YUV114.0392.9997.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 148 (58.20% from 255) = 54.61%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=26.20%
G=54.61%
B=19.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71148520.5200.650.42108.124839.22
Hex479434340412A6c3027
Octal10722464640101521546047
Binary100011110010100110100110100010000011010101101100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479434; }

 p { color: rgb(71,148,52); }

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

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

 a { background-color: rgb(71,148,52); }

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

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

 span { border-color: rgb(71,148,52); }

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