#3B533B

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

Shades of Grey-Asparagus #3B533B

Tints of Grey-Asparagus #3B533B

Color information

#3B533B (or 0x3B533B) is unknown color: approx Grey-Asparagus. HEX triplet: 3B, 53 and 3B. RGB value is (59,83,59). Sum of RGB (Red+Green+Blue) = 59+83+59=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #3B533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B533B is #C4ACC4. Grayscale: #494949. Windows color (decimal): -12889285 or 3887931. OLE color: 3887931.

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

Color convert

RGB598359-
CMYK0.2900.290.67
HSL120º16.9%27.84%-
HSV(B)120º28.92%32.55%-
XYZ5.697.435.27-
YUV73.09120.05117.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.35%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=29.35%
G=41.29%
B=29.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5983590.2900.290.6712016.927.84
Hex3B533B1D01D4378111c
Octal7312373350351031702134
Binary111011101001111101111101011101100001111110001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,83,59); }

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

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

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

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

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

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

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