Html Css Color HEX #4A710C Green Leaf

📋 copy color: '#4A710C'

red 74 ◦ green 113 ◦ blue 12

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

Shades of Green Leaf #4A710C

Tints of Green Leaf #4A710C

RGB

 RED value IS 74 (29.3% from 255) = 37.19%

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

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

R = 37.19%
G = 56.78%
B = 6.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#4A710C (or 0x4A710C) is known color: Green Leaf. HEX triplet: 4A, 71 and 0C. RGB value is (74,113,12). Sum of RGB (Red+Green+Blue) = 74+113+12=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #4A710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A710C is #B58EF3. Grayscale: #5A5A5A. Windows color (decimal): -11898612 or 815434. OLE color: 815434.

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

Color convert

RGB 74 113 12 -
CMYK 0.35 0 0.89 0.56
HSL 83.17º 0.81% 0.25% -
HSV(B) 83.17º 0.89% 0.44% -
XYZ 8.8 13.29 2.45 -
YUV 89.83 84.08 116.71 -
System Red Green Blue C M Y K H S L
Decimal 74 113 12 0.35 0 0.89 0.56 83.17 0.81 0.25
Hex 4A 71 C 23 0 59 38 53 51 19
Octal 112 161 14 43 0 131 70 123 121 31
Binary 1001010 1110001 1100 100011 0 1011001 111000 1010011 1010001 11001

Color Harmonies of #4A710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A710C

Black with #4A710C

Text Example


Text Example

White with #4A710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,113,12); }

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

background-color css

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

 a { background-color: rgb(74,113,12); }

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

border-color css

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

 span { border-color: rgb(74,113,12); }

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