#47920E

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

Shades of La Palma #47920E

Tints of La Palma #47920E

Color information

#47920E (or 0x47920E) is unknown color: approx La Palma. HEX triplet: 47, 92 and 0E. RGB value is (71,146,14). Sum of RGB (Red+Green+Blue) = 71+146+14=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #47920E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47920E is #B86DF1. Grayscale: #6C6C6C. Windows color (decimal): -12086770 or 954951. OLE color: 954951.

HSL color Cylindrical-coordinate representation of color #47920E: hue angle of 94.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47920E is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB7114614-
CMYK0.5100.900.43
HSL94.09º82.5%31.37%-
HSV(B)94.09º90.41%57.25%-
XYZ12.9621.933.97-
YUV108.5374.65101.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 146 (57.42% from 255) = 63.20%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=30.74%
G=63.20%
B=6.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71146140.5100.900.4394.0982.531.37
Hex4792E3305A2B5e521f
Octal107222166301325313612237
Binary1000111100100101110110011010110101010111011110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47920E; }

 p { color: rgb(71,146,14); }

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

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

 a { background-color: rgb(71,146,14); }

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

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

 span { border-color: rgb(71,146,14); }

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