Html Css Color HEX #3B523B Grey-Asparagus

📋 copy color: '#3B523B'

red 59 ◦ green 82 ◦ blue 59

#3B523B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #3B523B

Tints of Grey-Asparagus #3B523B

RGB

 RED value IS 59 (23.44% from 255) = 29.5%

 GREEN value IS 82 (32.42% from 255) = 41%

 BLUE value IS 59 (23.44% from 255) = 29.5%

R = 29.5%
G = 41%
B = 29.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#3B523B (or 0x3B523B) is known color: Grey-Asparagus. HEX triplet: 3B, 52 and 3B. RGB value is (59,82,59). Sum of RGB (Red+Green+Blue) = 59+82+59=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #3B523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B523B is #C4ADC4. Grayscale: #484848. Windows color (decimal): -12889541 or 3887675. OLE color: 3887675.

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

Color convert

RGB 59 82 59 -
CMYK 0.28 0 0.28 0.68
HSL 120º 0.16% 0.28% -
HSV(B) 120º 0.28% 0.32% -
XYZ 5.61 7.28 5.25 -
YUV 72.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 59 82 59 0.28 0 0.28 0.68 120 0.16 0.28
Hex 3B 52 3B 1C 0 1C 44 78 10 1C
Octal 73 122 73 34 0 34 104 170 20 34
Binary 111011 1010010 111011 11100 0 11100 1000100 1111000 10000 11100

Color Harmonies of #3B523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B523B

Black with #3B523B

Text Example


Text Example

White with #3B523B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B523B;
 }
 .AnyTagClassName
 {
   color: #3B523B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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