#38524A

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

Shades of Corduroy #38524A

Tints of Corduroy #38524A

Color information

#38524A (or 0x38524A) is unknown color: approx Corduroy. HEX triplet: 38, 52 and 4A. RGB value is (56,82,74). Sum of RGB (Red+Green+Blue) = 56+82+74=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #38524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38524A is #C7ADB5. Grayscale: #494949. Windows color (decimal): -13086134 or 4870712. OLE color: 4870712.

HSL color Cylindrical-coordinate representation of color #38524A: hue angle of 161.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38524A is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB568274-
CMYK0.3200.100.68
HSL161.54º18.84%27.06%-
HSV(B)161.54º31.71%32.16%-
XYZ5.887.377.59-
YUV73.31128.39115.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=26.42%
G=38.68%
B=34.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5682740.3200.100.68161.5418.8427.06
Hex38524A200A44a2131b
Octal70122112400121042422333
Binary11100010100101001010100000010101000100101000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38524A; }

 p { color: rgb(56,82,74); }

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

<style>
 a { background-color: #38524A; }

 a { background-color: rgb(56,82,74); }

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

<style>
 span { border-color: #38524A; }

 span { border-color: rgb(56,82,74); }

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