Html Css Color HEX #3B5148 Corduroy

📋 copy color: '#3B5148'

red 59 ◦ green 81 ◦ blue 72

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

Shades of Corduroy #3B5148

Tints of Corduroy #3B5148

RGB

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

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

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

R = 27.83%
G = 38.21%
B = 33.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#3B5148 (or 0x3B5148) is known color: Corduroy. HEX triplet: 3B, 51 and 48. RGB value is (59,81,72). Sum of RGB (Red+Green+Blue) = 59+81+72=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5148 is #C4AEB7. Grayscale: #494949. Windows color (decimal): -12889784 or 4739387. OLE color: 4739387.

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

Color convert

RGB 59 81 72 -
CMYK 0.27 0 0.11 0.68
HSL 155.45º 0.16% 0.27% -
HSV(B) 155.45º 0.27% 0.32% -
XYZ 5.92 7.28 7.22 -
YUV 73.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 59 81 72 0.27 0 0.11 0.68 155.45 0.16 0.27
Hex 3B 51 48 1B 0 B 44 9B 10 1B
Octal 73 121 110 33 0 13 104 233 20 33
Binary 111011 1010001 1001000 11011 0 1011 1000100 10011011 10000 11011

Color Harmonies of #3B5148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5148

Black with #3B5148

Text Example


Text Example

White with #3B5148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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