Html Css Color HEX #4A7913 Green Leaf

📋 copy color: '#4A7913'

red 74 ◦ green 121 ◦ blue 19

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

Shades of Green Leaf #4A7913

Tints of Green Leaf #4A7913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 56.54%

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 34.58%
G = 56.54%
B = 8.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#4A7913 (or 0x4A7913) is known color: Green Leaf. HEX triplet: 4A, 79 and 13. RGB value is (74,121,19). Sum of RGB (Red+Green+Blue) = 74+121+19=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #4A7913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7913 is #B586EC. Grayscale: #5F5F5F. Windows color (decimal): -11896557 or 1276234. OLE color: 1276234.

HSL color Cylindrical-coordinate representation of color #4A7913: hue angle of 87.65º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A7913 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 121 19 -
CMYK 0.39 0 0.84 0.53
HSL 87.65º 0.73% 0.27% -
HSV(B) 87.65º 0.84% 0.47% -
XYZ 9.78 15.18 3.03 -
YUV 95.32 84.93 112.79 -
System Red Green Blue C M Y K H S L
Decimal 74 121 19 0.39 0 0.84 0.53 87.65 0.73 0.27
Hex 4A 79 13 27 0 54 35 58 49 1B
Octal 112 171 23 47 0 124 65 130 111 33
Binary 1001010 1111001 10011 100111 0 1010100 110101 1011000 1001001 11011

Color Harmonies of #4A7913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7913

Black with #4A7913

Text Example


Text Example

White with #4A7913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,121,19); }

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

background-color css

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

 a { background-color: rgb(74,121,19); }

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

border-color css

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

 span { border-color: rgb(74,121,19); }

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