Html Css Color HEX #4A7315 Green Leaf

📋 copy color: '#4A7315'

red 74 ◦ green 115 ◦ blue 21

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

Shades of Green Leaf #4A7315

Tints of Green Leaf #4A7315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10%

R = 35.24%
G = 54.76%
B = 10%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#4A7315 (or 0x4A7315) is known color: Green Leaf. HEX triplet: 4A, 73 and 15. RGB value is (74,115,21). Sum of RGB (Red+Green+Blue) = 74+115+21=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7315 is #B58CEA. Grayscale: #5C5C5C. Windows color (decimal): -11898091 or 1405770. OLE color: 1405770.

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

Color convert

RGB 74 115 21 -
CMYK 0.36 0 0.82 0.55
HSL 86.17º 0.69% 0.27% -
HSV(B) 86.17º 0.82% 0.45% -
XYZ 9.09 13.77 2.89 -
YUV 92.03 87.92 115.14 -
System Red Green Blue C M Y K H S L
Decimal 74 115 21 0.36 0 0.82 0.55 86.17 0.69 0.27
Hex 4A 73 15 24 0 52 37 56 45 1B
Octal 112 163 25 44 0 122 67 126 105 33
Binary 1001010 1110011 10101 100100 0 1010010 110111 1010110 1000101 11011

Color Harmonies of #4A7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7315

Black with #4A7315

Text Example


Text Example

White with #4A7315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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