Html Css Color HEX #3C7572 Ming

📋 copy color: '#3C7572'

red 60 ◦ green 117 ◦ blue 114

#3C7572
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #3C7572

Tints of Ming #3C7572

RGB

 RED value IS 60 (23.83% from 255) = 20.62%

 GREEN value IS 117 (46.09% from 255) = 40.21%

 BLUE value IS 114 (44.92% from 255) = 39.18%

R = 20.62%
G = 40.21%
B = 39.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#3C7572 (or 0x3C7572) is known color: Ming. HEX triplet: 3C, 75 and 72. RGB value is (60,117,114). Sum of RGB (Red+Green+Blue) = 60+117+114=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7572 is #C38A8D. Grayscale: #636363. Windows color (decimal): -12814990 or 7501116. OLE color: 7501116.

HSL color Cylindrical-coordinate representation of color #3C7572: hue angle of 176.84º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C7572 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 117 114 -
CMYK 0.49 0 0.03 0.54
HSL 176.84º 0.32% 0.35% -
HSV(B) 176.84º 0.49% 0.46% -
XYZ 11.26 14.9 18.2 -
YUV 99.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 60 117 114 0.49 0 0.03 0.54 176.84 0.32 0.35
Hex 3C 75 72 31 0 3 36 B1 20 23
Octal 74 165 162 61 0 3 66 261 40 43
Binary 111100 1110101 1110010 110001 0 11 110110 10110001 100000 100011

Color Harmonies of #3C7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7572

Black with #3C7572

Text Example


Text Example

White with #3C7572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C7572;
 }
 .AnyTagClassName
 {
   color: #3C7572;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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