#3C534B

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

Shades of Corduroy #3C534B

Tints of Corduroy #3C534B

Color information

#3C534B (or 0x3C534B) is unknown color: approx Corduroy. HEX triplet: 3C, 53 and 4B. RGB value is (60,83,75). Sum of RGB (Red+Green+Blue) = 60+83+75=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #3C534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C534B is #C3ACB4. Grayscale: #4B4B4B. Windows color (decimal): -12823733 or 4936508. OLE color: 4936508.

HSL color Cylindrical-coordinate representation of color #3C534B: hue angle of 159.13º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C534B is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB608375-
CMYK0.2800.100.67
HSL159.13º16.08%28.04%-
HSV(B)159.13º27.71%32.55%-
XYZ6.237.667.81-
YUV75.21127.88117.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=27.52%
G=38.07%
B=34.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6083750.2800.100.67159.1316.0828.04
Hex3C534B1C0A439f101c
Octal74123113340121032372034
Binary1111001010011100101111100010101000011100111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C534B; }

 p { color: rgb(60,83,75); }

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

<style>
 a { background-color: #3C534B; }

 a { background-color: rgb(60,83,75); }

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

<style>
 span { border-color: #3C534B; }

 span { border-color: rgb(60,83,75); }

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