Html Css Color HEX #4A7416 Green Leaf

📋 copy color: '#4A7416'

red 74 ◦ green 116 ◦ blue 22

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

Shades of Green Leaf #4A7416

Tints of Green Leaf #4A7416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.38%

R = 34.91%
G = 54.72%
B = 10.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#4A7416 (or 0x4A7416) is known color: Green Leaf. HEX triplet: 4A, 74 and 16. RGB value is (74,116,22). Sum of RGB (Red+Green+Blue) = 74+116+22=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #4A7416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7416 is #B58BE9. Grayscale: #5D5D5D. Windows color (decimal): -11897834 or 1471562. OLE color: 1471562.

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

Color convert

RGB 74 116 22 -
CMYK 0.36 0 0.81 0.55
HSL 86.81º 0.68% 0.27% -
HSV(B) 86.81º 0.81% 0.45% -
XYZ 9.21 14 2.98 -
YUV 92.73 88.09 114.64 -
System Red Green Blue C M Y K H S L
Decimal 74 116 22 0.36 0 0.81 0.55 86.81 0.68 0.27
Hex 4A 74 16 24 0 51 37 57 44 1B
Octal 112 164 26 44 0 121 67 127 104 33
Binary 1001010 1110100 10110 100100 0 1010001 110111 1010111 1000100 11011

Color Harmonies of #4A7416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7416

Black with #4A7416

Text Example


Text Example

White with #4A7416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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