#39554E

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

Shades of Corduroy #39554E

Tints of Corduroy #39554E

Color information

#39554E (or 0x39554E) is unknown color: approx Corduroy. HEX triplet: 39, 55 and 4E. RGB value is (57,85,78). Sum of RGB (Red+Green+Blue) = 57+85+78=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #39554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39554E is #C6AAB1. Grayscale: #4B4B4B. Windows color (decimal): -13019826 or 5133625. OLE color: 5133625.

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

Color convert

RGB578578-
CMYK0.3300.080.67
HSL165º19.72%27.84%-
HSV(B)165º32.94%33.33%-
XYZ6.317.928.4-
YUV75.83129.22114.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=25.91%
G=38.64%
B=35.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785780.3300.080.6716519.7227.84
Hex39554E210843a5141c
Octal71125116410101032452434
Binary11100110101011001110100001010001000011101001011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39554E; }

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

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

<style>
 a { background-color: #39554E; }

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

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

<style>
 span { border-color: #39554E; }

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

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