Html Css Color HEX #4A710F Green Leaf

📋 copy color: '#4A710F'

red 74 ◦ green 113 ◦ blue 15

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

Shades of Green Leaf #4A710F

Tints of Green Leaf #4A710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.43%

R = 36.63%
G = 55.94%
B = 7.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#4A710F (or 0x4A710F) is known color: Green Leaf. HEX triplet: 4A, 71 and 0F. RGB value is (74,113,15). Sum of RGB (Red+Green+Blue) = 74+113+15=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #4A710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A710F is #B58EF0. Grayscale: #5A5A5A. Windows color (decimal): -11898609 or 1012042. OLE color: 1012042.

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

Color convert

RGB 74 113 15 -
CMYK 0.35 0 0.87 0.56
HSL 83.88º 0.77% 0.25% -
HSV(B) 83.88º 0.87% 0.44% -
XYZ 8.82 13.3 2.55 -
YUV 90.17 85.58 116.47 -
System Red Green Blue C M Y K H S L
Decimal 74 113 15 0.35 0 0.87 0.56 83.88 0.77 0.25
Hex 4A 71 F 23 0 57 38 54 4D 19
Octal 112 161 17 43 0 127 70 124 115 31
Binary 1001010 1110001 1111 100011 0 1010111 111000 1010100 1001101 11001

Color Harmonies of #4A710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A710F

Black with #4A710F

Text Example


Text Example

White with #4A710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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