#377572

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

Shades of Ming #377572

Tints of Ming #377572

Color information

#377572 (or 0x377572) is unknown color: approx Ming. HEX triplet: 37, 75 and 72. RGB value is (55,117,114). Sum of RGB (Red+Green+Blue) = 55+117+114=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #377572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377572 is #C88A8D. Grayscale: #626262. Windows color (decimal): -13142670 or 7501111. OLE color: 7501111.

HSL color Cylindrical-coordinate representation of color #377572: hue angle of 177.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377572 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB55117114-
CMYK0.5300.030.54
HSL177.1º36.05%33.73%-
HSV(B)177.1º52.99%45.88%-
XYZ10.9714.7518.19-
YUV98.12136.9697.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=19.23%
G=40.91%
B=39.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551171140.5300.030.54177.136.0533.73
Hex377572350336b12422
Octal671651626503662614442
Binary1101111110101111001011010101111011010110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377572; }

 p { color: rgb(55,117,114); }

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

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

 a { background-color: rgb(55,117,114); }

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

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

 span { border-color: rgb(55,117,114); }

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