Html Css Color HEX #4A740D Green Leaf

📋 copy color: '#4A740D'

red 74 ◦ green 116 ◦ blue 13

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

Shades of Green Leaf #4A740D

Tints of Green Leaf #4A740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.14%

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

R = 36.45%
G = 57.14%
B = 6.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#4A740D (or 0x4A740D) is known color: Green Leaf. HEX triplet: 4A, 74 and 0D. RGB value is (74,116,13). Sum of RGB (Red+Green+Blue) = 74+116+13=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #4A740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A740D is #B58BF2. Grayscale: #5C5C5C. Windows color (decimal): -11897843 or 881738. OLE color: 881738.

HSL color Cylindrical-coordinate representation of color #4A740D: hue angle of 84.47º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A740D is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 116 13 -
CMYK 0.36 0 0.89 0.55
HSL 84.47º 0.8% 0.25% -
HSV(B) 84.47º 0.89% 0.45% -
XYZ 9.14 13.98 2.6 -
YUV 91.7 83.59 115.38 -
System Red Green Blue C M Y K H S L
Decimal 74 116 13 0.36 0 0.89 0.55 84.47 0.8 0.25
Hex 4A 74 D 24 0 59 37 54 50 19
Octal 112 164 15 44 0 131 67 124 120 31
Binary 1001010 1110100 1101 100100 0 1011001 110111 1010100 1010000 11001

Color Harmonies of #4A740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A740D

Black with #4A740D

Text Example


Text Example

White with #4A740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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