#47750B

Color #47750B Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #47750B

Tints of Green Leaf #47750B

Color information

#47750B (or 0x47750B) is unknown color: approx Green Leaf. HEX triplet: 47, 75 and 0B. RGB value is (71,117,11). Sum of RGB (Red+Green+Blue) = 71+117+11=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #47750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47750B is #B88AF4. Grayscale: #5B5B5B. Windows color (decimal): -12094197 or 750919. OLE color: 750919.

HSL color Cylindrical-coordinate representation of color #47750B: hue angle of 86.04º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47750B is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB7111711-
CMYK0.3900.910.54
HSL86.04º82.81%25.1%-
HSV(B)86.04º90.6%45.88%-
XYZ9.0214.092.56-
YUV91.1682.76113.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 117 (46.09% from 255) = 58.79%
BLUE value IS 11 (4.69% from 255) = 5.53%
R=35.68%
G=58.79%
B=5.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117110.3900.910.5486.0482.8125.1
Hex4775B2705B36565319
Octal107165134701336612612331
Binary100011111101011011100111010110111101101010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47750B; }

 p { color: rgb(71,117,11); }

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

<style>
 a { background-color: #47750B; }

 a { background-color: rgb(71,117,11); }

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

<style>
 span { border-color: #47750B; }

 span { border-color: rgb(71,117,11); }

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