Html Css Color HEX #47760B Green Leaf

📋 copy color: '#47760B'

red 71 ◦ green 118 ◦ blue 11

#47760B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #47760B

Tints of Green Leaf #47760B

RGB

 RED value IS 71 (28.13% from 255) = 35.5%

 GREEN value IS 118 (46.48% from 255) = 59%

 BLUE value IS 11 (4.69% from 255) = 5.5%

R = 35.5%
G = 59%
B = 5.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#47760B (or 0x47760B) is known color: Green Leaf. HEX triplet: 47, 76 and 0B. RGB value is (71,118,11). Sum of RGB (Red+Green+Blue) = 71+118+11=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #47760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47760B is #B889F4. Grayscale: #5C5C5C. Windows color (decimal): -12093941 or 751175. OLE color: 751175.

HSL color Cylindrical-coordinate representation of color #47760B: hue angle of 86.36º 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 #47760B is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 118 11 -
CMYK 0.40 0 0.91 0.54
HSL 86.36º 0.83% 0.25% -
HSV(B) 86.36º 0.91% 0.46% -
XYZ 9.14 14.32 2.6 -
YUV 91.75 82.43 113.2 -
System Red Green Blue C M Y K H S L
Decimal 71 118 11 0.40 0 0.91 0.54 86.36 0.83 0.25
Hex 47 76 B 28 0 5B 36 56 53 19
Octal 107 166 13 50 0 133 66 126 123 31
Binary 1000111 1110110 1011 101000 0 1011011 110110 1010110 1010011 11001

Color Harmonies of #47760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47760B

Black with #47760B

Text Example


Text Example

White with #47760B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47760B;
 }
 .AnyTagClassName
 {
   color: #47760B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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