#4B651A

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

Shades of Green Leaf #4B651A

Tints of Green Leaf #4B651A

Color information

#4B651A (or 0x4B651A) is unknown color: approx Green Leaf. HEX triplet: 4B, 65 and 1A. RGB value is (75,101,26). Sum of RGB (Red+Green+Blue) = 75+101+26=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #4B651A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B651A is #B49AE5. Grayscale: #545454. Windows color (decimal): -11836134 or 1729867. OLE color: 1729867.

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

Color convert

RGB7510126-
CMYK0.2600.740.60
HSL80.8º59.06%24.9%-
HSV(B)80.8º74.26%39.61%-
XYZ7.7410.882.67-
YUV84.6894.89121.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.13%
GREEN value IS 101 (39.84% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=37.13%
G=50%
B=12.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75101260.2600.740.6080.859.0624.9
Hex4B651A1A04A3C513b19
Octal11314532320112741217331
Binary10010111100101110101101001001010111100101000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,101,26); }

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

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

 a { background-color: rgb(75,101,26); }

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

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

 span { border-color: rgb(75,101,26); }

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