#4B6148

Color #4B6148 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #4B6148

Tints of Grey-Asparagus #4B6148

Color information

#4B6148 (or 0x4B6148) is unknown color: approx Grey-Asparagus. HEX triplet: 4B, 61 and 48. RGB value is (75,97,72). Sum of RGB (Red+Green+Blue) = 75+97+72=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #4B6148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6148 is #B49EB7. Grayscale: #575757. Windows color (decimal): -11837112 or 4743499. OLE color: 4743499.

HSL color Cylindrical-coordinate representation of color #4B6148: hue angle of 112.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B6148 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB759772-
CMYK0.2300.260.62
HSL112.8º14.79%33.14%-
HSV(B)112.8º25.77%38.04%-
XYZ8.3510.517.72-
YUV87.57119.21119.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.74%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=30.74%
G=39.75%
B=29.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7597720.2300.260.62112.814.7933.14
Hex4B61481701A3E71f21
Octal11314111027032761611741
Binary1001011110000110010001011101101011111011100011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,97,72); }

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

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

 a { background-color: rgb(75,97,72); }

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

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

 span { border-color: rgb(75,97,72); }

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