#4A7717

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

Shades of Green Leaf #4A7717

Tints of Green Leaf #4A7717

Color information

#4A7717 (or 0x4A7717) is unknown color: approx Green Leaf. HEX triplet: 4A, 77 and 17. RGB value is (74,119,23). Sum of RGB (Red+Green+Blue) = 74+119+23=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7717 is #B588E8. Grayscale: #5E5E5E. Windows color (decimal): -11897065 or 1537866. OLE color: 1537866.

HSL color Cylindrical-coordinate representation of color #4A7717: hue angle of 88.12º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A7717 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB7411923-
CMYK0.3800.810.53
HSL88.12º67.61%27.84%-
HSV(B)88.12º80.67%46.67%-
XYZ9.5814.713.15-
YUV94.687.59113.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.26%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 23 (9.38% from 255) = 10.65%
R=34.26%
G=55.09%
B=10.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74119230.3800.810.5388.1267.6127.84
Hex4A7717260513558441c
Octal112167274601216513010434
Binary1001010111011110111100110010100011101011011000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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