#3C554F

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

Shades of Corduroy #3C554F

Tints of Corduroy #3C554F

Color information

#3C554F (or 0x3C554F) is unknown color: approx Corduroy. HEX triplet: 3C, 55 and 4F. RGB value is (60,85,79). Sum of RGB (Red+Green+Blue) = 60+85+79=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #3C554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C554F is #C3AAB0. Grayscale: #4C4C4C. Windows color (decimal): -12823217 or 5199164. OLE color: 5199164.

HSL color Cylindrical-coordinate representation of color #3C554F: hue angle of 165.6º 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 #3C554F is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB608579-
CMYK0.2900.070.67
HSL165.6º17.24%28.43%-
HSV(B)165.6º29.41%33.33%-
XYZ6.528.028.6-
YUV76.84129.22115.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.79%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=26.79%
G=37.95%
B=35.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6085790.2900.070.67165.617.2428.43
Hex3C554F1D0743a6111c
Octal7412511735071032462134
Binary111100101010110011111110101111000011101001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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