Html Css Color HEX #3D544F Corduroy

📋 copy color: '#3D544F'

red 61 ◦ green 84 ◦ blue 79

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

Shades of Corduroy #3D544F

Tints of Corduroy #3D544F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.27%

R = 27.23%
G = 37.5%
B = 35.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#3D544F (or 0x3D544F) is known color: Corduroy. HEX triplet: 3D, 54 and 4F. RGB value is (61,84,79). Sum of RGB (Red+Green+Blue) = 61+84+79=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #3D544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D544F is #C2ABB0. Grayscale: #4C4C4C. Windows color (decimal): -12757937 or 5198909. OLE color: 5198909.

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

Color convert

RGB 61 84 79 -
CMYK 0.27 0 0.06 0.67
HSL 166.96º 0.16% 0.28% -
HSV(B) 166.96º 0.27% 0.33% -
XYZ 6.51 7.9 8.58 -
YUV 76.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 61 84 79 0.27 0 0.06 0.67 166.96 0.16 0.28
Hex 3D 54 4F 1B 0 6 43 A7 10 1C
Octal 75 124 117 33 0 6 103 247 20 34
Binary 111101 1010100 1001111 11011 0 110 1000011 10100111 10000 11100

Color Harmonies of #3D544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D544F

Black with #3D544F

Text Example


Text Example

White with #3D544F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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