#47852F

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

Shades of La Palma #47852F

Tints of La Palma #47852F

Color information

#47852F (or 0x47852F) is unknown color: approx La Palma. HEX triplet: 47, 85 and 2F. RGB value is (71,133,47). Sum of RGB (Red+Green+Blue) = 71+133+47=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #47852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47852F is #B87AD0. Grayscale: #686868. Windows color (decimal): -12090065 or 3114311. OLE color: 3114311.

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

Color convert

RGB7113347-
CMYK0.4700.650.48
HSL103.26º47.78%35.29%-
HSV(B)103.26º64.66%52.16%-
XYZ11.518.325.62-
YUV104.6695.46103.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.29%
GREEN value IS 133 (52.34% from 255) = 52.99%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=28.29%
G=52.99%
B=18.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71133470.4700.650.48103.2647.7835.29
Hex47852F2F04130673023
Octal10720557570101601476043
Binary100011110000101101111101111010000011100001100111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47852F; }

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

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

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

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

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

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

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

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