#478325

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

Shades of La Palma #478325

Tints of La Palma #478325

Color information

#478325 (or 0x478325) is unknown color: approx La Palma. HEX triplet: 47, 83 and 25. RGB value is (71,131,37). Sum of RGB (Red+Green+Blue) = 71+131+37=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #478325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478325 is #B87CDA. Grayscale: #666666. Windows color (decimal): -12090587 or 2458439. OLE color: 2458439.

HSL color Cylindrical-coordinate representation of color #478325: hue angle of 98.3º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #478325 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB7113137-
CMYK0.4600.720.49
HSL98.3º55.95%32.94%-
HSV(B)98.3º71.76%51.37%-
XYZ11.0517.714.59-
YUV102.3491.12105.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 131 (51.56% from 255) = 54.81%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=29.71%
G=54.81%
B=15.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71131370.4600.720.4998.355.9532.94
Hex4783252E04831623821
Octal10720345560110611427041
Binary100011110000011100101101110010010001100011100010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478325; }

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

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

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

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

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

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

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

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