Html Css Color HEX #3C544D Corduroy

📋 copy color: '#3C544D'

red 60 ◦ green 84 ◦ blue 77

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

Shades of Corduroy #3C544D

Tints of Corduroy #3C544D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

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

R = 27.15%
G = 38.01%
B = 34.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#3C544D (or 0x3C544D) is known color: Corduroy. HEX triplet: 3C, 54 and 4D. RGB value is (60,84,77). Sum of RGB (Red+Green+Blue) = 60+84+77=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #3C544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C544D is #C3ABB2. Grayscale: #4C4C4C. Windows color (decimal): -12823475 or 5067836. OLE color: 5067836.

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

Color convert

RGB 60 84 77 -
CMYK 0.29 0 0.08 0.67
HSL 162.5º 0.17% 0.28% -
HSV(B) 162.5º 0.29% 0.33% -
XYZ 6.37 7.84 8.2 -
YUV 76.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 60 84 77 0.29 0 0.08 0.67 162.5 0.17 0.28
Hex 3C 54 4D 1D 0 8 43 A2 11 1C
Octal 74 124 115 35 0 10 103 242 21 34
Binary 111100 1010100 1001101 11101 0 1000 1000011 10100010 10001 11100

Color Harmonies of #3C544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C544D

Black with #3C544D

Text Example


Text Example

White with #3C544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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