Html Css Color HEX #3C553B Grey-Asparagus

📋 copy color: '#3C553B'

red 60 ◦ green 85 ◦ blue 59

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

Shades of Grey-Asparagus #3C553B

Tints of Grey-Asparagus #3C553B

RGB

 RED value IS 60 (23.83% from 255) = 29.41%

 GREEN value IS 85 (33.59% from 255) = 41.67%

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

R = 29.41%
G = 41.67%
B = 28.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#3C553B (or 0x3C553B) is known color: Grey-Asparagus. HEX triplet: 3C, 55 and 3B. RGB value is (60,85,59). Sum of RGB (Red+Green+Blue) = 60+85+59=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #3C553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C553B is #C3AAC4. Grayscale: #4A4A4A. Windows color (decimal): -12823237 or 3888444. OLE color: 3888444.

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

Color convert

RGB 60 85 59 -
CMYK 0.29 0 0.31 0.67
HSL 117.69º 0.18% 0.28% -
HSV(B) 117.69º 0.31% 0.33% -
XYZ 5.9 7.77 5.33 -
YUV 74.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 60 85 59 0.29 0 0.31 0.67 117.69 0.18 0.28
Hex 3C 55 3B 1D 0 1F 43 76 12 1C
Octal 74 125 73 35 0 37 103 166 22 34
Binary 111100 1010101 111011 11101 0 11111 1000011 1110110 10010 11100

Color Harmonies of #3C553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C553B

Black with #3C553B

Text Example


Text Example

White with #3C553B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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