Html Css Color HEX #3D544C Corduroy

📋 copy color: '#3D544C'

red 61 ◦ green 84 ◦ blue 76

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

Shades of Corduroy #3D544C

Tints of Corduroy #3D544C

RGB

 RED value IS 61 (24.22% from 255) = 27.6%

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

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 27.6%
G = 38.01%
B = 34.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#3D544C (or 0x3D544C) is known color: Corduroy. HEX triplet: 3D, 54 and 4C. RGB value is (61,84,76). Sum of RGB (Red+Green+Blue) = 61+84+76=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #3D544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D544C is #C2ABB3. Grayscale: #4C4C4C. Windows color (decimal): -12757940 or 5002301. OLE color: 5002301.

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

Color convert

RGB 61 84 76 -
CMYK 0.27 0 0.10 0.67
HSL 159.13º 0.16% 0.28% -
HSV(B) 159.13º 0.27% 0.33% -
XYZ 6.4 7.85 8.02 -
YUV 76.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 61 84 76 0.27 0 0.10 0.67 159.13 0.16 0.28
Hex 3D 54 4C 1B 0 A 43 9F 10 1C
Octal 75 124 114 33 0 12 103 237 20 34
Binary 111101 1010100 1001100 11011 0 1010 1000011 10011111 10000 11100

Color Harmonies of #3D544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D544C

Black with #3D544C

Text Example


Text Example

White with #3D544C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,84,76); }

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

background-color css

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

 a { background-color: rgb(61,84,76); }

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

border-color css

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

 span { border-color: rgb(61,84,76); }

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