Html Css Color HEX #4A6120 Green Leaf

📋 copy color: '#4A6120'

red 74 ◦ green 97 ◦ blue 32

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

Shades of Green Leaf #4A6120

Tints of Green Leaf #4A6120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.78%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 36.45%
G = 47.78%
B = 15.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#4A6120 (or 0x4A6120) is known color: Green Leaf. HEX triplet: 4A, 61 and 20. RGB value is (74,97,32). Sum of RGB (Red+Green+Blue) = 74+97+32=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6120 is #B59EDF. Grayscale: #525252. Windows color (decimal): -11902688 or 2122058. OLE color: 2122058.

HSL color Cylindrical-coordinate representation of color #4A6120: hue angle of 81.23º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A6120 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 97 32 -
CMYK 0.24 0 0.67 0.62
HSL 81.23º 0.5% 0.25% -
HSV(B) 81.23º 0.67% 0.38% -
XYZ 7.36 10.11 2.93 -
YUV 82.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 74 97 32 0.24 0 0.67 0.62 81.23 0.5 0.25
Hex 4A 61 20 18 0 43 3E 51 32 19
Octal 112 141 40 30 0 103 76 121 62 31
Binary 1001010 1100001 100000 11000 0 1000011 111110 1010001 110010 11001

Color Harmonies of #4A6120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6120

Black with #4A6120

Text Example


Text Example

White with #4A6120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,97,32); }

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

background-color css

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

 a { background-color: rgb(74,97,32); }

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

border-color css

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

 span { border-color: rgb(74,97,32); }

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