#3B553A

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

Shades of Grey-Asparagus #3B553A

Tints of Grey-Asparagus #3B553A

Color information

#3B553A (or 0x3B553A) is unknown color: approx Grey-Asparagus. HEX triplet: 3B, 55 and 3A. RGB value is (59,85,58). Sum of RGB (Red+Green+Blue) = 59+85+58=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #3B553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B553A is #C4AAC5. Grayscale: #4A4A4A. Windows color (decimal): -12888774 or 3822907. OLE color: 3822907.

HSL color Cylindrical-coordinate representation of color #3B553A: hue angle of 117.78º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B553A is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB598558-
CMYK0.3100.320.67
HSL117.78º18.88%28.04%-
HSV(B)117.78º31.76%33.33%-
XYZ5.827.735.19-
YUV74.15118.89117.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.21%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 58 (23.05% from 255) = 28.71%
R=29.21%
G=42.08%
B=28.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985580.3100.320.67117.7818.8828.04
Hex3B553A1F0204376131c
Octal7312572370401031662334
Binary1110111010101111010111110100000100001111101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B553A; }

 p { color: rgb(59,85,58); }

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

<style>
 a { background-color: #3B553A; }

 a { background-color: rgb(59,85,58); }

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

<style>
 span { border-color: #3B553A; }

 span { border-color: rgb(59,85,58); }

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