Html Css Color HEX #4C710D Green Leaf

📋 copy color: '#4C710D'

red 76 ◦ green 113 ◦ blue 13

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

Shades of Green Leaf #4C710D

Tints of Green Leaf #4C710D

RGB

 RED value IS 76 (30.08% from 255) = 37.62%

 GREEN value IS 113 (44.53% from 255) = 55.94%

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 37.62%
G = 55.94%
B = 6.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#4C710D (or 0x4C710D) is known color: Green Leaf. HEX triplet: 4C, 71 and 0D. RGB value is (76,113,13). Sum of RGB (Red+Green+Blue) = 76+113+13=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #4C710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C710D is #B38EF2. Grayscale: #5A5A5A. Windows color (decimal): -11767539 or 880972. OLE color: 880972.

HSL color Cylindrical-coordinate representation of color #4C710D: hue angle of 82.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C710D is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 113 13 -
CMYK 0.33 0 0.88 0.56
HSL 82.2º 0.79% 0.25% -
HSV(B) 82.2º 0.88% 0.44% -
XYZ 8.96 13.38 2.49 -
YUV 90.54 84.24 117.63 -
System Red Green Blue C M Y K H S L
Decimal 76 113 13 0.33 0 0.88 0.56 82.2 0.79 0.25
Hex 4C 71 D 21 0 58 38 52 4F 19
Octal 114 161 15 41 0 130 70 122 117 31
Binary 1001100 1110001 1101 100001 0 1011000 111000 1010010 1001111 11001

Color Harmonies of #4C710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C710D

Black with #4C710D

Text Example


Text Example

White with #4C710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C710D; }

 p { color: rgb(76,113,13); }

 H1.HeaderClassName
 {
   color: #4C710D;
 }
 .AnyTagClassName
 {
   color: #4C710D;
 }
</style>

background-color css

<style>
 a { background-color: #4C710D; }

 a { background-color: rgb(76,113,13); }

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

border-color css

<style>
 span { border-color: #4C710D; }

 span { border-color: rgb(76,113,13); }

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