Html Css Color HEX #47700C Green Leaf

📋 copy color: '#47700C'

red 71 ◦ green 112 ◦ blue 12

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

Shades of Green Leaf #47700C

Tints of Green Leaf #47700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.44%

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 36.41%
G = 57.44%
B = 6.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#47700C (or 0x47700C) is known color: Green Leaf. HEX triplet: 47, 70 and 0C. RGB value is (71,112,12). Sum of RGB (Red+Green+Blue) = 71+112+12=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #47700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47700C is #B88FF3. Grayscale: #585858. Windows color (decimal): -12095476 or 815175. OLE color: 815175.

HSL color Cylindrical-coordinate representation of color #47700C: hue angle of 84.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47700C is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 12 -
CMYK 0.37 0 0.89 0.56
HSL 84.6º 0.81% 0.24% -
HSV(B) 84.6º 0.89% 0.44% -
XYZ 8.46 12.95 2.4 -
YUV 88.34 84.92 115.63 -
System Red Green Blue C M Y K H S L
Decimal 71 112 12 0.37 0 0.89 0.56 84.6 0.81 0.24
Hex 47 70 C 25 0 59 38 55 51 18
Octal 107 160 14 45 0 131 70 125 121 30
Binary 1000111 1110000 1100 100101 0 1011001 111000 1010101 1010001 11000

Color Harmonies of #47700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47700C

Black with #47700C

Text Example


Text Example

White with #47700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47700C;
 }
 .AnyTagClassName
 {
   color: #47700C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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