Html Css Color HEX #3D544D Corduroy

📋 copy color: '#3D544D'

red 61 ◦ green 84 ◦ blue 77

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

Shades of Corduroy #3D544D

Tints of Corduroy #3D544D

RGB

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

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

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

R = 27.48%
G = 37.84%
B = 34.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#3D544D (or 0x3D544D) is known color: Corduroy. HEX triplet: 3D, 54 and 4D. RGB value is (61,84,77). Sum of RGB (Red+Green+Blue) = 61+84+77=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #3D544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D544D is #C2ABB2. Grayscale: #4C4C4C. Windows color (decimal): -12757939 or 5067837. OLE color: 5067837.

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

Color convert

RGB 61 84 77 -
CMYK 0.27 0 0.08 0.67
HSL 161.74º 0.16% 0.28% -
HSV(B) 161.74º 0.27% 0.33% -
XYZ 6.43 7.87 8.2 -
YUV 76.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 61 84 77 0.27 0 0.08 0.67 161.74 0.16 0.28
Hex 3D 54 4D 1B 0 8 43 A2 10 1C
Octal 75 124 115 33 0 10 103 242 20 34
Binary 111101 1010100 1001101 11011 0 1000 1000011 10100010 10000 11100

Color Harmonies of #3D544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D544D

Black with #3D544D

Text Example


Text Example

White with #3D544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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