#4A6325

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

Shades of Green Leaf #4A6325

Tints of Green Leaf #4A6325

Color information

#4A6325 (or 0x4A6325) is unknown color: approx Green Leaf. HEX triplet: 4A, 63 and 25. RGB value is (74,99,37). Sum of RGB (Red+Green+Blue) = 74+99+37=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6325 is #B59CDA. Grayscale: #545454. Windows color (decimal): -11902171 or 2450250. OLE color: 2450250.

HSL color Cylindrical-coordinate representation of color #4A6325: hue angle of 84.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A6325 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB749937-
CMYK0.2500.630.61
HSL84.19º45.59%26.67%-
HSV(B)84.19º62.63%38.82%-
XYZ7.6210.513.38-
YUV84.46101.22120.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.24%
GREEN value IS 99 (39.06% from 255) = 47.14%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=35.24%
G=47.14%
B=17.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7499370.2500.630.6184.1945.5926.67
Hex4A63251903F3D542e1b
Octal1121434531077751245633
Binary10010101100011100101110010111111111101101010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,99,37); }

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

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

 a { background-color: rgb(74,99,37); }

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

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

 span { border-color: rgb(74,99,37); }

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