Html Css Color HEX #3B5149 Corduroy

📋 copy color: '#3B5149'

red 59 ◦ green 81 ◦ blue 73

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

Shades of Corduroy #3B5149

Tints of Corduroy #3B5149

RGB

 RED value IS 59 (23.44% from 255) = 27.7%

 GREEN value IS 81 (32.03% from 255) = 38.03%

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 27.7%
G = 38.03%
B = 34.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#3B5149 (or 0x3B5149) is known color: Corduroy. HEX triplet: 3B, 51 and 49. RGB value is (59,81,73). Sum of RGB (Red+Green+Blue) = 59+81+73=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5149 is #C4AEB6. Grayscale: #494949. Windows color (decimal): -12889783 or 4804923. OLE color: 4804923.

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

Color convert

RGB 59 81 73 -
CMYK 0.27 0 0.10 0.68
HSL 158.18º 0.16% 0.27% -
HSV(B) 158.18º 0.27% 0.32% -
XYZ 5.95 7.3 7.4 -
YUV 73.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 59 81 73 0.27 0 0.10 0.68 158.18 0.16 0.27
Hex 3B 51 49 1B 0 A 44 9E 10 1B
Octal 73 121 111 33 0 12 104 236 20 33
Binary 111011 1010001 1001001 11011 0 1010 1000100 10011110 10000 11011

Color Harmonies of #3B5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5149

Black with #3B5149

Text Example


Text Example

White with #3B5149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,81,73); }

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

background-color css

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

 a { background-color: rgb(59,81,73); }

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

border-color css

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

 span { border-color: rgb(59,81,73); }

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