#47851A

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

Shades of La Palma #47851A

Tints of La Palma #47851A

Color information

#47851A (or 0x47851A) is unknown color: approx La Palma. HEX triplet: 47, 85 and 1A. RGB value is (71,133,26). Sum of RGB (Red+Green+Blue) = 71+133+26=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #47851A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47851A is #B87AE5. Grayscale: #666666. Windows color (decimal): -12090086 or 1738055. OLE color: 1738055.

HSL color Cylindrical-coordinate representation of color #47851A: hue angle of 94.77º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47851A is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB7113326-
CMYK0.4700.800.48
HSL94.77º67.3%31.18%-
HSV(B)94.77º80.45%52.16%-
XYZ11.1718.193.9-
YUV102.2684.96105.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 133 (52.34% from 255) = 57.83%
BLUE value IS 26 (10.55% from 255) = 11.30%
R=30.87%
G=57.83%
B=11.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71133260.4700.800.4894.7767.331.18
Hex47851A2F050305f431f
Octal107205325701206013710337
Binary10001111000010111010101111010100001100001011111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47851A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47851A; }

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

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

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

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

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

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

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

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