#4A7217

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

Shades of Green Leaf #4A7217

Tints of Green Leaf #4A7217

Color information

#4A7217 (or 0x4A7217) is unknown color: approx Green Leaf. HEX triplet: 4A, 72 and 17. RGB value is (74,114,23). Sum of RGB (Red+Green+Blue) = 74+114+23=211 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.07% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7217 is #B58DE8. Grayscale: #5B5B5B. Windows color (decimal): -11898345 or 1536586. OLE color: 1536586.

HSL color Cylindrical-coordinate representation of color #4A7217: hue angle of 86.37º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A7217 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB7411423-
CMYK0.3500.800.55
HSL86.37º66.42%26.86%-
HSV(B)86.37º79.82%44.71%-
XYZ913.552.95-
YUV91.6789.25115.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.07%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 23 (9.38% from 255) = 10.90%
R=35.07%
G=54.03%
B=10.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74114230.3500.800.5586.3766.4226.86
Hex4A7217230503756421b
Octal112162274301206712610233
Binary1001010111001010111100011010100001101111010110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,114,23); }

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

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

 a { background-color: rgb(74,114,23); }

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

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

 span { border-color: rgb(74,114,23); }

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