Html Css Color HEX #4A7918 Green Leaf

📋 copy color: '#4A7918'

red 74 ◦ green 121 ◦ blue 24

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

Shades of Green Leaf #4A7918

Tints of Green Leaf #4A7918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.96%

R = 33.79%
G = 55.25%
B = 10.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#4A7918 (or 0x4A7918) is known color: Green Leaf. HEX triplet: 4A, 79 and 18. RGB value is (74,121,24). Sum of RGB (Red+Green+Blue) = 74+121+24=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #4A7918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7918 is #B586E7. Grayscale: #606060. Windows color (decimal): -11896552 or 1603914. OLE color: 1603914.

HSL color Cylindrical-coordinate representation of color #4A7918: hue angle of 89.07º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A7918 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 121 24 -
CMYK 0.39 0 0.80 0.53
HSL 89.07º 0.67% 0.28% -
HSV(B) 89.07º 0.8% 0.47% -
XYZ 9.83 15.2 3.28 -
YUV 95.89 87.43 112.39 -
System Red Green Blue C M Y K H S L
Decimal 74 121 24 0.39 0 0.80 0.53 89.07 0.67 0.28
Hex 4A 79 18 27 0 50 35 59 43 1C
Octal 112 171 30 47 0 120 65 131 103 34
Binary 1001010 1111001 11000 100111 0 1010000 110101 1011001 1000011 11100

Color Harmonies of #4A7918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7918

Black with #4A7918

Text Example


Text Example

White with #4A7918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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