Html Css Color HEX #3B4D48 Corduroy

📋 copy color: '#3B4D48'

red 59 ◦ green 77 ◦ blue 72

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

Shades of Corduroy #3B4D48

Tints of Corduroy #3B4D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.02%

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 28.37%
G = 37.02%
B = 34.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#3B4D48 (or 0x3B4D48) is known color: Corduroy. HEX triplet: 3B, 4D and 48. RGB value is (59,77,72). Sum of RGB (Red+Green+Blue) = 59+77+72=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4D48 is #C4B2B7. Grayscale: #474747. Windows color (decimal): -12890808 or 4738363. OLE color: 4738363.

HSL color Cylindrical-coordinate representation of color #3B4D48: hue angle of 163.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B4D48 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 77 72 -
CMYK 0.23 0 0.06 0.70
HSL 163.33º 0.13% 0.27% -
HSV(B) 163.33º 0.23% 0.3% -
XYZ 5.63 6.71 7.13 -
YUV 71.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 59 77 72 0.23 0 0.06 0.70 163.33 0.13 0.27
Hex 3B 4D 48 17 0 6 46 A3 D 1B
Octal 73 115 110 27 0 6 106 243 15 33
Binary 111011 1001101 1001000 10111 0 110 1000110 10100011 1101 11011

Color Harmonies of #3B4D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4D48

Black with #3B4D48

Text Example


Text Example

White with #3B4D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,77,72); }

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

background-color css

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

 a { background-color: rgb(59,77,72); }

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

border-color css

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

 span { border-color: rgb(59,77,72); }

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