Html Css Color HEX #4A790A Green Leaf

📋 copy color: '#4A790A'

red 74 ◦ green 121 ◦ blue 10

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

Shades of Green Leaf #4A790A

Tints of Green Leaf #4A790A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 36.1%
G = 59.02%
B = 4.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#4A790A (or 0x4A790A) is known color: Green Leaf. HEX triplet: 4A, 79 and 0A. RGB value is (74,121,10). Sum of RGB (Red+Green+Blue) = 74+121+10=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #4A790A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A790A is #B586F5. Grayscale: #5E5E5E. Windows color (decimal): -11896566 or 686410. OLE color: 686410.

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

Color convert

RGB 74 121 10 -
CMYK 0.39 0 0.92 0.53
HSL 85.41º 0.85% 0.26% -
HSV(B) 85.41º 0.92% 0.47% -
XYZ 9.72 15.15 2.7 -
YUV 94.29 80.43 113.53 -
System Red Green Blue C M Y K H S L
Decimal 74 121 10 0.39 0 0.92 0.53 85.41 0.85 0.26
Hex 4A 79 A 27 0 5C 35 55 55 1A
Octal 112 171 12 47 0 134 65 125 125 32
Binary 1001010 1111001 1010 100111 0 1011100 110101 1010101 1010101 11010

Color Harmonies of #4A790A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A790A

Black with #4A790A

Text Example


Text Example

White with #4A790A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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