#479A25

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

Shades of La Palma #479A25

Tints of La Palma #479A25

Color information

#479A25 (or 0x479A25) is unknown color: approx La Palma. HEX triplet: 47, 9A and 25. RGB value is (71,154,37). Sum of RGB (Red+Green+Blue) = 71+154+37=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 154 (60.55% from 255 or 58.78% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 154 - color contains mainly: green. Hex color #479A25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479A25 is #B865DA. Grayscale: #747474. Windows color (decimal): -12084699 or 2464327. OLE color: 2464327.

HSL color Cylindrical-coordinate representation of color #479A25: hue angle of 102.56º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #479A25 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB7115437-
CMYK0.5400.760.40
HSL102.56º61.26%37.45%-
HSV(B)102.56º75.97%60.39%-
XYZ14.4924.585.73-
YUV115.8483.596.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 154 (60.55% from 255) = 58.78%
BLUE value IS 37 (14.84% from 255) = 14.12%
R=27.10%
G=58.78%
B=14.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71154370.5400.760.40102.5661.2637.45
Hex479A253604C28673d25
Octal10723245660114501477545
Binary100011110011010100101110110010011001010001100111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,154,37); }

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

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

 a { background-color: rgb(71,154,37); }

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

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

 span { border-color: rgb(71,154,37); }

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