#479026

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

Shades of La Palma #479026

Tints of La Palma #479026

Color information

#479026 (or 0x479026) is unknown color: approx La Palma. HEX triplet: 47, 90 and 26. RGB value is (71,144,38). Sum of RGB (Red+Green+Blue) = 71+144+38=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #479026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479026 is #B86FD9. Grayscale: #6E6E6E. Windows color (decimal): -12087258 or 2527303. OLE color: 2527303.

HSL color Cylindrical-coordinate representation of color #479026: hue angle of 101.32º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #479026 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB7114438-
CMYK0.5100.740.44
HSL101.32º58.24%35.69%-
HSV(B)101.32º73.61%56.47%-
XYZ12.9221.435.29-
YUV110.0987.32100.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 144 (56.64% from 255) = 56.92%
BLUE value IS 38 (15.23% from 255) = 15.02%
R=28.06%
G=56.92%
B=15.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71144380.5100.740.44101.3258.2435.69
Hex4790263304A2C653a24
Octal10722046630112541457244
Binary100011110010000100110110011010010101011001100101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479026; }

 p { color: rgb(71,144,38); }

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

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

 a { background-color: rgb(71,144,38); }

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

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

 span { border-color: rgb(71,144,38); }

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