#4A7113

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

Shades of Green Leaf #4A7113

Tints of Green Leaf #4A7113

Color information

#4A7113 (or 0x4A7113) is unknown color: approx Green Leaf. HEX triplet: 4A, 71 and 13. RGB value is (74,113,19). Sum of RGB (Red+Green+Blue) = 74+113+19=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #4A7113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7113 is #B58EEC. Grayscale: #5A5A5A. Windows color (decimal): -11898605 or 1274186. OLE color: 1274186.

HSL color Cylindrical-coordinate representation of color #4A7113: hue angle of 84.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A7113 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB7411319-
CMYK0.3500.830.56
HSL84.89º71.21%25.88%-
HSV(B)84.89º83.19%44.31%-
XYZ8.8513.312.72-
YUV90.6287.58116.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.92%
GREEN value IS 113 (44.53% from 255) = 54.85%
BLUE value IS 19 (7.81% from 255) = 9.22%
R=35.92%
G=54.85%
B=9.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74113190.3500.830.5684.8971.2125.88
Hex4A7113230533855471a
Octal112161234301237012510732
Binary1001010111000110011100011010100111110001010101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,113,19); }

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

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

 a { background-color: rgb(74,113,19); }

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

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

 span { border-color: rgb(74,113,19); }

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