Html Css Color HEX #3C533B Grey-Asparagus

📋 copy color: '#3C533B'

red 60 ◦ green 83 ◦ blue 59

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

Shades of Grey-Asparagus #3C533B

Tints of Grey-Asparagus #3C533B

RGB

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

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

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

R = 29.7%
G = 41.09%
B = 29.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#3C533B (or 0x3C533B) is known color: Grey-Asparagus. HEX triplet: 3C, 53 and 3B. RGB value is (60,83,59). Sum of RGB (Red+Green+Blue) = 60+83+59=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #3C533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C533B is #C3ACC4. Grayscale: #494949. Windows color (decimal): -12823749 or 3887932. OLE color: 3887932.

HSL color Cylindrical-coordinate representation of color #3C533B: hue angle of 117.5º 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 #3C533B is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 83 59 -
CMYK 0.28 0 0.29 0.67
HSL 117.5º 0.17% 0.28% -
HSV(B) 117.5º 0.29% 0.33% -
XYZ 5.75 7.46 5.28 -
YUV 73.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 60 83 59 0.28 0 0.29 0.67 117.5 0.17 0.28
Hex 3C 53 3B 1C 0 1D 43 76 11 1C
Octal 74 123 73 34 0 35 103 166 21 34
Binary 111100 1010011 111011 11100 0 11101 1000011 1110110 10001 11100

Color Harmonies of #3C533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C533B

Black with #3C533B

Text Example


Text Example

White with #3C533B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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