#4A651C

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

Shades of Green Leaf #4A651C

Tints of Green Leaf #4A651C

Color information

#4A651C (or 0x4A651C) is unknown color: approx Green Leaf. HEX triplet: 4A, 65 and 1C. RGB value is (74,101,28). Sum of RGB (Red+Green+Blue) = 74+101+28=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #4A651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A651C is #B59AE3. Grayscale: #545454. Windows color (decimal): -11901668 or 1860938. OLE color: 1860938.

HSL color Cylindrical-coordinate representation of color #4A651C: hue angle of 82.19º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A651C is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB7410128-
CMYK0.2700.720.60
HSL82.19º56.59%25.29%-
HSV(B)82.19º72.28%39.61%-
XYZ7.6910.852.79-
YUV84.696.05120.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.45%
GREEN value IS 101 (39.84% from 255) = 49.75%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=36.45%
G=49.75%
B=13.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74101280.2700.720.6082.1956.5925.29
Hex4A651C1B0483C523919
Octal11214534330110741227131
Binary10010101100101111001101101001000111100101001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,101,28); }

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

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

 a { background-color: rgb(74,101,28); }

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

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

 span { border-color: rgb(74,101,28); }

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