Html Css Color HEX #4A700D Green Leaf

📋 copy color: '#4A700D'

red 74 ◦ green 112 ◦ blue 13

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

Shades of Green Leaf #4A700D

Tints of Green Leaf #4A700D

RGB

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

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

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

R = 37.19%
G = 56.28%
B = 6.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#4A700D (or 0x4A700D) is known color: Green Leaf. HEX triplet: 4A, 70 and 0D. RGB value is (74,112,13). Sum of RGB (Red+Green+Blue) = 74+112+13=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #4A700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A700D is #B58FF2. Grayscale: #595959. Windows color (decimal): -11898867 or 880714. OLE color: 880714.

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

Color convert

RGB 74 112 13 -
CMYK 0.34 0 0.88 0.56
HSL 83.03º 0.79% 0.25% -
HSV(B) 83.03º 0.88% 0.44% -
XYZ 8.69 13.07 2.45 -
YUV 89.35 84.91 117.05 -
System Red Green Blue C M Y K H S L
Decimal 74 112 13 0.34 0 0.88 0.56 83.03 0.79 0.25
Hex 4A 70 D 22 0 58 38 53 4F 19
Octal 112 160 15 42 0 130 70 123 117 31
Binary 1001010 1110000 1101 100010 0 1011000 111000 1010011 1001111 11001

Color Harmonies of #4A700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A700D

Black with #4A700D

Text Example


Text Example

White with #4A700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,112,13); }

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

background-color css

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

 a { background-color: rgb(74,112,13); }

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

border-color css

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

 span { border-color: rgb(74,112,13); }

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