#37534B

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

Shades of Corduroy #37534B

Tints of Corduroy #37534B

Color information

#37534B (or 0x37534B) is unknown color: approx Corduroy. HEX triplet: 37, 53 and 4B. RGB value is (55,83,75). Sum of RGB (Red+Green+Blue) = 55+83+75=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #37534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37534B is #C8ACB4. Grayscale: #494949. Windows color (decimal): -13151413 or 4936503. OLE color: 4936503.

HSL color Cylindrical-coordinate representation of color #37534B: hue angle of 162.86º 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 #37534B is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB558375-
CMYK0.3400.100.67
HSL162.86º20.29%27.06%-
HSV(B)162.86º33.73%32.55%-
XYZ5.947.517.79-
YUV73.72128.72114.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=25.82%
G=38.97%
B=35.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583750.3400.100.67162.8620.2927.06
Hex37534B220A43a3141b
Octal67123113420121032432433
Binary11011110100111001011100010010101000011101000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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