#47980A

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

Shades of La Palma #47980A

Tints of La Palma #47980A

Color information

#47980A (or 0x47980A) is unknown color: approx La Palma. HEX triplet: 47, 98 and 0A. RGB value is (71,152,10). Sum of RGB (Red+Green+Blue) = 71+152+10=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 152 (59.77% from 255 or 65.24% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 152 - color contains mainly: green. Hex color #47980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47980A is #B867F5. Grayscale: #707070. Windows color (decimal): -12085238 or 694343. OLE color: 694343.

HSL color Cylindrical-coordinate representation of color #47980A: hue angle of 94.23º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47980A is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB7115210-
CMYK0.5300.930.40
HSL94.23º87.65%31.76%-
HSV(B)94.23º93.42%59.61%-
XYZ13.8823.824.15-
YUV111.5970.6699.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 152 (59.77% from 255) = 65.24%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=30.47%
G=65.24%
B=4.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71152100.5300.930.4094.2387.6531.76
Hex4798A3505D285e5820
Octal107230126501355013613040
Binary10001111001100010101101010101110110100010111101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,152,10); }

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

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

 a { background-color: rgb(71,152,10); }

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

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

 span { border-color: rgb(71,152,10); }

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