Html Css Color HEX #3C533C Grey-Asparagus

📋 copy color: '#3C533C'

red 60 ◦ green 83 ◦ blue 60

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

Shades of Grey-Asparagus #3C533C

Tints of Grey-Asparagus #3C533C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 29.56%
G = 40.89%
B = 29.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#3C533C (or 0x3C533C) is known color: Grey-Asparagus. HEX triplet: 3C, 53 and 3C. RGB value is (60,83,60). Sum of RGB (Red+Green+Blue) = 60+83+60=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #3C533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C533C is #C3ACC3. Grayscale: #494949. Windows color (decimal): -12823748 or 3953468. OLE color: 3953468.

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

Color convert

RGB 60 83 60 -
CMYK 0.28 0 0.28 0.67
HSL 120º 0.16% 0.28% -
HSV(B) 120º 0.28% 0.33% -
XYZ 5.77 7.47 5.41 -
YUV 73.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 60 83 60 0.28 0 0.28 0.67 120 0.16 0.28
Hex 3C 53 3C 1C 0 1C 43 78 10 1C
Octal 74 123 74 34 0 34 103 170 20 34
Binary 111100 1010011 111100 11100 0 11100 1000011 1111000 10000 11100

Color Harmonies of #3C533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C533C

Black with #3C533C

Text Example


Text Example

White with #3C533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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