#38524B

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

Shades of Corduroy #38524B

Tints of Corduroy #38524B

Color information

#38524B (or 0x38524B) is unknown color: approx Corduroy. HEX triplet: 38, 52 and 4B. RGB value is (56,82,75). Sum of RGB (Red+Green+Blue) = 56+82+75=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #38524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38524B is #C7ADB4. Grayscale: #494949. Windows color (decimal): -13086133 or 4936248. OLE color: 4936248.

HSL color Cylindrical-coordinate representation of color #38524B: hue angle of 163.85º 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 #38524B is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB568275-
CMYK0.3200.090.68
HSL163.85º18.84%27.06%-
HSV(B)163.85º31.71%32.16%-
XYZ5.927.387.77-
YUV73.43128.89115.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=26.29%
G=38.50%
B=35.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5682750.3200.090.68163.8518.8427.06
Hex38524B200944a4131b
Octal70122113400111042442333
Binary11100010100101001011100000010011000100101001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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