#3C554E

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

Shades of Corduroy #3C554E

Tints of Corduroy #3C554E

Color information

#3C554E (or 0x3C554E) is unknown color: approx Corduroy. HEX triplet: 3C, 55 and 4E. RGB value is (60,85,78). Sum of RGB (Red+Green+Blue) = 60+85+78=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #3C554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C554E is #C3AAB1. Grayscale: #4C4C4C. Windows color (decimal): -12823218 or 5133628. OLE color: 5133628.

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

Color convert

RGB608578-
CMYK0.2900.080.67
HSL163.2º17.24%28.43%-
HSV(B)163.2º29.41%33.33%-
XYZ6.498.018.41-
YUV76.73128.72116.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=26.91%
G=38.12%
B=34.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085780.2900.080.67163.217.2428.43
Hex3C554E1D0843a3111c
Octal74125116350101032432134
Binary1111001010101100111011101010001000011101000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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