Html Css Color HEX #4A7319 Green Leaf

📋 copy color: '#4A7319'

red 74 ◦ green 115 ◦ blue 25

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

Shades of Green Leaf #4A7319

Tints of Green Leaf #4A7319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.74%

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 34.58%
G = 53.74%
B = 11.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#4A7319 (or 0x4A7319) is known color: Green Leaf. HEX triplet: 4A, 73 and 19. RGB value is (74,115,25). Sum of RGB (Red+Green+Blue) = 74+115+25=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7319 is #B58CE6. Grayscale: #5C5C5C. Windows color (decimal): -11898087 or 1667914. OLE color: 1667914.

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

Color convert

RGB 74 115 25 -
CMYK 0.36 0 0.78 0.55
HSL 87.33º 0.64% 0.27% -
HSV(B) 87.33º 0.78% 0.45% -
XYZ 9.13 13.79 3.1 -
YUV 92.48 89.92 114.82 -
System Red Green Blue C M Y K H S L
Decimal 74 115 25 0.36 0 0.78 0.55 87.33 0.64 0.27
Hex 4A 73 19 24 0 4E 37 57 40 1B
Octal 112 163 31 44 0 116 67 127 100 33
Binary 1001010 1110011 11001 100100 0 1001110 110111 1010111 1000000 11011

Color Harmonies of #4A7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7319

Black with #4A7319

Text Example


Text Example

White with #4A7319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,115,25); }

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

background-color css

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

 a { background-color: rgb(74,115,25); }

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

border-color css

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

 span { border-color: rgb(74,115,25); }

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