#478526

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

Shades of La Palma #478526

Tints of La Palma #478526

Color information

#478526 (or 0x478526) is unknown color: approx La Palma. HEX triplet: 47, 85 and 26. RGB value is (71,133,38). Sum of RGB (Red+Green+Blue) = 71+133+38=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #478526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478526 is #B87AD9. Grayscale: #676767. Windows color (decimal): -12090074 or 2524487. OLE color: 2524487.

HSL color Cylindrical-coordinate representation of color #478526: hue angle of 99.16º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #478526 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB7113338-
CMYK0.4700.710.48
HSL99.16º55.56%33.53%-
HSV(B)99.16º71.43%52.16%-
XYZ11.3418.254.76-
YUV103.6390.96104.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 133 (52.34% from 255) = 54.96%
BLUE value IS 38 (15.23% from 255) = 15.70%
R=29.34%
G=54.96%
B=15.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71133380.4700.710.4899.1655.5633.53
Hex4785262F04730633822
Octal10720546570107601437042
Binary100011110000101100110101111010001111100001100011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478526; }

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

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

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

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

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

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

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

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