#4A7318

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

Shades of Green Leaf #4A7318

Tints of Green Leaf #4A7318

Color information

#4A7318 (or 0x4A7318) is unknown color: approx Green Leaf. HEX triplet: 4A, 73 and 18. RGB value is (74,115,24). Sum of RGB (Red+Green+Blue) = 74+115+24=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7318 is #B58CE7. Grayscale: #5C5C5C. Windows color (decimal): -11898088 or 1602378. OLE color: 1602378.

HSL color Cylindrical-coordinate representation of color #4A7318: hue angle of 87.03º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A7318 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB7411524-
CMYK0.3600.790.55
HSL87.03º65.47%27.25%-
HSV(B)87.03º79.13%45.1%-
XYZ9.1213.783.04-
YUV92.3789.42114.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.74%
GREEN value IS 115 (45.31% from 255) = 53.99%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=34.74%
G=53.99%
B=11.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74115240.3600.790.5587.0365.4727.25
Hex4A73182404F3757411b
Octal112163304401176712710133
Binary1001010111001111000100100010011111101111010111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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