Html Css Color HEX #4A710E Green Leaf

📋 copy color: '#4A710E'

red 74 ◦ green 113 ◦ blue 14

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

Shades of Green Leaf #4A710E

Tints of Green Leaf #4A710E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.97%

R = 36.82%
G = 56.22%
B = 6.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#4A710E (or 0x4A710E) is known color: Green Leaf. HEX triplet: 4A, 71 and 0E. RGB value is (74,113,14). Sum of RGB (Red+Green+Blue) = 74+113+14=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #4A710E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A710E is #B58EF1. Grayscale: #5A5A5A. Windows color (decimal): -11898610 or 946506. OLE color: 946506.

HSL color Cylindrical-coordinate representation of color #4A710E: hue angle of 83.64º degrees, saturation: 0.78, 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 #4A710E is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 113 14 -
CMYK 0.35 0 0.88 0.56
HSL 83.64º 0.78% 0.25% -
HSV(B) 83.64º 0.88% 0.44% -
XYZ 8.81 13.3 2.52 -
YUV 90.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 74 113 14 0.35 0 0.88 0.56 83.64 0.78 0.25
Hex 4A 71 E 23 0 58 38 54 4E 19
Octal 112 161 16 43 0 130 70 124 116 31
Binary 1001010 1110001 1110 100011 0 1011000 111000 1010100 1001110 11001

Color Harmonies of #4A710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A710E

Black with #4A710E

Text Example


Text Example

White with #4A710E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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