#4A7615

Color #4A7615 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #4A7615

Tints of Green Leaf #4A7615

Color information

#4A7615 (or 0x4A7615) is unknown color: approx Green Leaf. HEX triplet: 4A, 76 and 15. RGB value is (74,118,21). Sum of RGB (Red+Green+Blue) = 74+118+21=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7615 is #B589EA. Grayscale: #5E5E5E. Windows color (decimal): -11897323 or 1406538. OLE color: 1406538.

HSL color Cylindrical-coordinate representation of color #4A7615: hue angle of 87.22º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A7615 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB7411821-
CMYK0.3700.820.54
HSL87.22º69.78%27.25%-
HSV(B)87.22º82.2%46.27%-
XYZ9.4414.473-
YUV93.7986.92113.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.74%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 21 (8.59% from 255) = 9.86%
R=34.74%
G=55.40%
B=9.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74118210.3700.820.5487.2269.7827.25
Hex4A7615250523657461b
Octal112166254501226612710633
Binary1001010111011010101100101010100101101101010111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A7615;
 }
 .AnyTagClassName
 {
   color: #4A7615;
 }
</style>
background-color css

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

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

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

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

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

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