#38544D

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

Shades of Corduroy #38544D

Tints of Corduroy #38544D

Color information

#38544D (or 0x38544D) is unknown color: approx Corduroy. HEX triplet: 38, 54 and 4D. RGB value is (56,84,77). Sum of RGB (Red+Green+Blue) = 56+84+77=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #38544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38544D is #C7ABB2. Grayscale: #4A4A4A. Windows color (decimal): -13085619 or 5067832. OLE color: 5067832.

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

Color convert

RGB568477-
CMYK0.3300.080.67
HSL165º20%27.45%-
HSV(B)165º33.33%32.94%-
XYZ6.147.728.19-
YUV74.83129.22114.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=25.81%
G=38.71%
B=35.48%

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
Decimal5684770.3300.080.671652027.45
Hex38544D210843a5141b
Octal70124115410101032452433
Binary11100010101001001101100001010001000011101001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38544D; }

 p { color: rgb(56,84,77); }

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

<style>
 a { background-color: #38544D; }

 a { background-color: rgb(56,84,77); }

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

<style>
 span { border-color: #38544D; }

 span { border-color: rgb(56,84,77); }

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