Html Css Color HEX #3A4F47 Corduroy

📋 copy color: '#3A4F47'

red 58 ◦ green 79 ◦ blue 71

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

Shades of Corduroy #3A4F47

Tints of Corduroy #3A4F47

RGB

 RED value IS 58 (23.05% from 255) = 27.88%

 GREEN value IS 79 (31.25% from 255) = 37.98%

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 27.88%
G = 37.98%
B = 34.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#3A4F47 (or 0x3A4F47) is known color: Corduroy. HEX triplet: 3A, 4F and 47. RGB value is (58,79,71). Sum of RGB (Red+Green+Blue) = 58+79+71=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4F47 is #C5B0B8. Grayscale: #474747. Windows color (decimal): -12955833 or 4673338. OLE color: 4673338.

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

Color convert

RGB 58 79 71 -
CMYK 0.27 0 0.10 0.69
HSL 157.14º 0.15% 0.27% -
HSV(B) 157.14º 0.27% 0.31% -
XYZ 5.68 6.95 7 -
YUV 71.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 58 79 71 0.27 0 0.10 0.69 157.14 0.15 0.27
Hex 3A 4F 47 1B 0 A 45 9D F 1B
Octal 72 117 107 33 0 12 105 235 17 33
Binary 111010 1001111 1000111 11011 0 1010 1000101 10011101 1111 11011

Color Harmonies of #3A4F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4F47

Black with #3A4F47

Text Example


Text Example

White with #3A4F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,79,71); }

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

background-color css

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

 a { background-color: rgb(58,79,71); }

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

border-color css

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

 span { border-color: rgb(58,79,71); }

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