Html Css Color HEX #4A7209 Green Leaf

📋 copy color: '#4A7209'

red 74 ◦ green 114 ◦ blue 9

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

Shades of Green Leaf #4A7209

Tints of Green Leaf #4A7209

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.87%

 BLUE value IS 9 (3.91% from 255) = 4.57%

R = 37.56%
G = 57.87%
B = 4.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#4A7209 (or 0x4A7209) is known color: Green Leaf. HEX triplet: 4A, 72 and 09. RGB value is (74,114,9). Sum of RGB (Red+Green+Blue) = 74+114+9=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7209 is #B58DF6. Grayscale: #5A5A5A. Windows color (decimal): -11898359 or 619082. OLE color: 619082.

HSL color Cylindrical-coordinate representation of color #4A7209: hue angle of 82.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A7209 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 114 9 -
CMYK 0.35 0 0.92 0.55
HSL 82.86º 0.85% 0.24% -
HSV(B) 82.86º 0.92% 0.45% -
XYZ 8.89 13.51 2.4 -
YUV 90.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 74 114 9 0.35 0 0.92 0.55 82.86 0.85 0.24
Hex 4A 72 9 23 0 5C 37 53 55 18
Octal 112 162 11 43 0 134 67 123 125 30
Binary 1001010 1110010 1001 100011 0 1011100 110111 1010011 1010101 11000

Color Harmonies of #4A7209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7209

Black with #4A7209

Text Example


Text Example

White with #4A7209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,114,9); }

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

background-color css

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

 a { background-color: rgb(74,114,9); }

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

border-color css

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

 span { border-color: rgb(74,114,9); }

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