#4A651B

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

Shades of Green Leaf #4A651B

Tints of Green Leaf #4A651B

Color information

#4A651B (or 0x4A651B) is unknown color: approx Green Leaf. HEX triplet: 4A, 65 and 1B. RGB value is (74,101,27). Sum of RGB (Red+Green+Blue) = 74+101+27=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #4A651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A651B is #B59AE4. Grayscale: #545454. Windows color (decimal): -11901669 or 1795402. OLE color: 1795402.

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

Color convert

RGB7410127-
CMYK0.2700.730.60
HSL81.89º57.81%25.1%-
HSV(B)81.89º73.27%39.61%-
XYZ7.6810.842.73-
YUV84.4995.55120.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.63%
GREEN value IS 101 (39.84% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 13.37%
R=36.63%
G=50%
B=13.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74101270.2700.730.6081.8957.8125.1
Hex4A651B1B0493C523a19
Octal11214533330111741227231
Binary10010101100101110111101101001001111100101001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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