#39544E

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

Shades of Corduroy #39544E

Tints of Corduroy #39544E

Color information

#39544E (or 0x39544E) is unknown color: approx Corduroy. HEX triplet: 39, 54 and 4E. RGB value is (57,84,78). Sum of RGB (Red+Green+Blue) = 57+84+78=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #39544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39544E is #C6ABB1. Grayscale: #4B4B4B. Windows color (decimal): -13020082 or 5133369. OLE color: 5133369.

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

Color convert

RGB578478-
CMYK0.3200.070.67
HSL166.67º19.15%27.65%-
HSV(B)166.67º32.14%32.94%-
XYZ6.237.768.38-
YUV75.24129.55114.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=26.03%
G=38.36%
B=35.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784780.3200.070.67166.6719.1527.65
Hex39544E200743a7131c
Octal7112411640071032472334
Binary1110011010100100111010000001111000011101001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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