#4A651D

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

Shades of Green Leaf #4A651D

Tints of Green Leaf #4A651D

Color information

#4A651D (or 0x4A651D) is unknown color: approx Green Leaf. HEX triplet: 4A, 65 and 1D. RGB value is (74,101,29). Sum of RGB (Red+Green+Blue) = 74+101+29=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #4A651D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A651D is #B59AE2. Grayscale: #545454. Windows color (decimal): -11901667 or 1926474. OLE color: 1926474.

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

Color convert

RGB7410129-
CMYK0.2700.710.60
HSL82.5º55.38%25.49%-
HSV(B)82.5º71.29%39.61%-
XYZ7.710.852.85-
YUV84.7296.55120.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.27%
GREEN value IS 101 (39.84% from 255) = 49.51%
BLUE value IS 29 (11.72% from 255) = 14.22%
R=36.27%
G=49.51%
B=14.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74101290.2700.710.6082.555.3825.49
Hex4A651D1B0473C523719
Octal11214535330107741226731
Binary10010101100101111011101101000111111100101001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A651D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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