#47970C

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

Shades of La Palma #47970C

Tints of La Palma #47970C

Color information

#47970C (or 0x47970C) is unknown color: approx La Palma. HEX triplet: 47, 97 and 0C. RGB value is (71,151,12). Sum of RGB (Red+Green+Blue) = 71+151+12=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 151 (59.38% from 255 or 64.53% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 151 - color contains mainly: green. Hex color #47970C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47970C is #B868F3. Grayscale: #6F6F6F. Windows color (decimal): -12085492 or 825159. OLE color: 825159.

HSL color Cylindrical-coordinate representation of color #47970C: hue angle of 94.53º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47970C is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB7115112-
CMYK0.5300.920.41
HSL94.53º85.28%31.96%-
HSV(B)94.53º92.05%59.22%-
XYZ13.7323.54.16-
YUV111.237299.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 151 (59.38% from 255) = 64.53%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=30.34%
G=64.53%
B=5.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71151120.5300.920.4194.5385.2831.96
Hex4797C3505C295f5520
Octal107227146501345113712540
Binary10001111001011111001101010101110010100110111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47970C; }

 p { color: rgb(71,151,12); }

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

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

 a { background-color: rgb(71,151,12); }

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

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

 span { border-color: rgb(71,151,12); }

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