Html Css Color HEX #3A4E49 Corduroy

📋 copy color: '#3A4E49'

red 58 ◦ green 78 ◦ blue 73

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

Shades of Corduroy #3A4E49

Tints of Corduroy #3A4E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.32%

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

R = 27.75%
G = 37.32%
B = 34.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#3A4E49 (or 0x3A4E49) is known color: Corduroy. HEX triplet: 3A, 4E and 49. RGB value is (58,78,73). Sum of RGB (Red+Green+Blue) = 58+78+73=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4E49 is #C5B1B6. Grayscale: #474747. Windows color (decimal): -12956087 or 4804154. OLE color: 4804154.

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

Color convert

RGB 58 78 73 -
CMYK 0.26 0 0.06 0.69
HSL 165º 0.15% 0.27% -
HSV(B) 165º 0.26% 0.31% -
XYZ 5.67 6.83 7.32 -
YUV 71.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 58 78 73 0.26 0 0.06 0.69 165 0.15 0.27
Hex 3A 4E 49 1A 0 6 45 A5 F 1B
Octal 72 116 111 32 0 6 105 245 17 33
Binary 111010 1001110 1001001 11010 0 110 1000101 10100101 1111 11011

Color Harmonies of #3A4E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4E49

Black with #3A4E49

Text Example


Text Example

White with #3A4E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,78,73); }

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

background-color css

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

 a { background-color: rgb(58,78,73); }

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

border-color css

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

 span { border-color: rgb(58,78,73); }

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