#4A7317

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

Shades of Green Leaf #4A7317

Tints of Green Leaf #4A7317

Color information

#4A7317 (or 0x4A7317) is unknown color: approx Green Leaf. HEX triplet: 4A, 73 and 17. RGB value is (74,115,23). Sum of RGB (Red+Green+Blue) = 74+115+23=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7317 is #B58CE8. Grayscale: #5C5C5C. Windows color (decimal): -11898089 or 1536842. OLE color: 1536842.

HSL color Cylindrical-coordinate representation of color #4A7317: hue angle of 86.74º degrees, saturation: 0.67, 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 #4A7317 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB7411523-
CMYK0.3600.800.55
HSL86.74º66.67%27.06%-
HSV(B)86.74º80%45.1%-
XYZ9.1113.782.99-
YUV92.2588.92114.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.91%
GREEN value IS 115 (45.31% from 255) = 54.25%
BLUE value IS 23 (9.38% from 255) = 10.85%
R=34.91%
G=54.25%
B=10.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74115230.3600.800.5586.7466.6727.06
Hex4A7317240503757431b
Octal112163274401206712710333
Binary1001010111001110111100100010100001101111010111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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