#4A621F

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

Shades of Green Leaf #4A621F

Tints of Green Leaf #4A621F

Color information

#4A621F (or 0x4A621F) is unknown color: approx Green Leaf. HEX triplet: 4A, 62 and 1F. RGB value is (74,98,31). Sum of RGB (Red+Green+Blue) = 74+98+31=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #4A621F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A621F is #B59DE0. Grayscale: #535353. Windows color (decimal): -11902433 or 2056778. OLE color: 2056778.

HSL color Cylindrical-coordinate representation of color #4A621F: hue angle of 81.49º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A621F is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB749831-
CMYK0.2400.680.62
HSL81.49º51.94%25.29%-
HSV(B)81.49º68.37%38.43%-
XYZ7.4410.292.89-
YUV83.1998.55121.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.45%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=36.45%
G=48.28%
B=15.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7498310.2400.680.6281.4951.9425.29
Hex4A621F180443E513419
Octal11214237300104761216431
Binary10010101100010111111100001000100111110101000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,98,31); }

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

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

 a { background-color: rgb(74,98,31); }

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

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

 span { border-color: rgb(74,98,31); }

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