#38504B

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

Shades of Corduroy #38504B

Tints of Corduroy #38504B

Color information

#38504B (or 0x38504B) is unknown color: approx Corduroy. HEX triplet: 38, 50 and 4B. RGB value is (56,80,75). Sum of RGB (Red+Green+Blue) = 56+80+75=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 80 - color contains mainly: green. Hex color #38504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38504B is #C7AFB4. Grayscale: #484848. Windows color (decimal): -13086645 or 4935736. OLE color: 4935736.

HSL color Cylindrical-coordinate representation of color #38504B: hue angle of 167.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38504B is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB568075-
CMYK0.3000.060.69
HSL167.5º17.65%26.67%-
HSV(B)167.5º30%31.37%-
XYZ5.777.097.72-
YUV72.25129.55116.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=26.54%
G=37.91%
B=35.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680750.3000.060.69167.517.6526.67
Hex38504B1E0645a8121b
Octal7012011336061052502233
Binary111000101000010010111111001101000101101010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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