Html Css Color HEX #3C554D Corduroy

📋 copy color: '#3C554D'

red 60 ◦ green 85 ◦ blue 77

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

Shades of Corduroy #3C554D

Tints of Corduroy #3C554D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 27.03%
G = 38.29%
B = 34.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#3C554D (or 0x3C554D) is known color: Corduroy. HEX triplet: 3C, 55 and 4D. RGB value is (60,85,77). Sum of RGB (Red+Green+Blue) = 60+85+77=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #3C554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C554D is #C3AAB2. Grayscale: #4C4C4C. Windows color (decimal): -12823219 or 5068092. OLE color: 5068092.

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

Color convert

RGB 60 85 77 -
CMYK 0.29 0 0.09 0.67
HSL 160.8º 0.17% 0.28% -
HSV(B) 160.8º 0.29% 0.33% -
XYZ 6.45 7.99 8.22 -
YUV 76.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 60 85 77 0.29 0 0.09 0.67 160.8 0.17 0.28
Hex 3C 55 4D 1D 0 9 43 A1 11 1C
Octal 74 125 115 35 0 11 103 241 21 34
Binary 111100 1010101 1001101 11101 0 1001 1000011 10100001 10001 11100

Color Harmonies of #3C554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C554D

Black with #3C554D

Text Example


Text Example

White with #3C554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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