#37534C

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

Shades of Corduroy #37534C

Tints of Corduroy #37534C

Color information

#37534C (or 0x37534C) is unknown color: approx Corduroy. HEX triplet: 37, 53 and 4C. RGB value is (55,83,76). Sum of RGB (Red+Green+Blue) = 55+83+76=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #37534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37534C is #C8ACB3. Grayscale: #494949. Windows color (decimal): -13151412 or 5002039. OLE color: 5002039.

HSL color Cylindrical-coordinate representation of color #37534C: hue angle of 165º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #37534C is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB558376-
CMYK0.3400.080.67
HSL165º20.29%27.06%-
HSV(B)165º33.73%32.55%-
XYZ5.977.527.97-
YUV73.83129.22114.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 83 (32.81% from 255) = 38.79%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=25.70%
G=38.79%
B=35.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583760.3400.080.6716520.2927.06
Hex37534C220843a5141b
Octal67123114420101032452433
Binary11011110100111001100100010010001000011101001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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