#3E554E

Color #3E554E Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #3E554E

Tints of Corduroy #3E554E

Color information

#3E554E (or 0x3E554E) is unknown color: approx Corduroy. HEX triplet: 3E, 55 and 4E. RGB value is (62,85,78). Sum of RGB (Red+Green+Blue) = 62+85+78=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #3E554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E554E is #C1AAB1. Grayscale: #4D4D4D. Windows color (decimal): -12692146 or 5133630. OLE color: 5133630.

HSL color Cylindrical-coordinate representation of color #3E554E: hue angle of 161.74º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E554E is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB628578-
CMYK0.2700.080.67
HSL161.74º15.65%28.82%-
HSV(B)161.74º27.06%33.33%-
XYZ6.618.078.42-
YUV77.32128.38117.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.56%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=27.56%
G=37.78%
B=34.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6285780.2700.080.67161.7415.6528.82
Hex3E554E1B0843a2101d
Octal76125116330101032422035
Binary1111101010101100111011011010001000011101000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,85,78); }

 H1.HeaderClassName
 {
   color: #3E554E;
 }
 .AnyTagClassName
 {
   color: #3E554E;
 }
</style>
background-color css

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

 a { background-color: rgb(62,85,78); }

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

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

 span { border-color: rgb(62,85,78); }

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