#38534C

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

Shades of Corduroy #38534C

Tints of Corduroy #38534C

Color information

#38534C (or 0x38534C) is unknown color: approx Corduroy. HEX triplet: 38, 53 and 4C. RGB value is (56,83,76). Sum of RGB (Red+Green+Blue) = 56+83+76=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #38534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38534C is #C7ACB3. Grayscale: #4A4A4A. Windows color (decimal): -13085876 or 5002040. OLE color: 5002040.

HSL color Cylindrical-coordinate representation of color #38534C: hue angle of 164.44º degrees, saturation: 0.19, 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 #38534C is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB568376-
CMYK0.3300.080.67
HSL164.44º19.42%27.25%-
HSV(B)164.44º32.53%32.55%-
XYZ6.037.557.98-
YUV74.13129.05115.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=26.05%
G=38.60%
B=35.35%

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
Decimal5683760.3300.080.67164.4419.4227.25
Hex38534C210843a4131b
Octal70123114410101032442333
Binary11100010100111001100100001010001000011101001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38534C; }

 p { color: rgb(56,83,76); }

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

<style>
 a { background-color: #38534C; }

 a { background-color: rgb(56,83,76); }

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

<style>
 span { border-color: #38534C; }

 span { border-color: rgb(56,83,76); }

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