Html Css Color HEX #3B7572 Ming

📋 copy color: '#3B7572'

red 59 ◦ green 117 ◦ blue 114

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

Shades of Ming #3B7572

Tints of Ming #3B7572

RGB

 RED value IS 59 (23.44% from 255) = 20.34%

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

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

R = 20.34%
G = 40.34%
B = 39.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#3B7572 (or 0x3B7572) is known color: Ming. HEX triplet: 3B, 75 and 72. RGB value is (59,117,114). Sum of RGB (Red+Green+Blue) = 59+117+114=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #3B7572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7572 is #C48A8D. Grayscale: #636363. Windows color (decimal): -12880526 or 7501115. OLE color: 7501115.

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

Color convert

RGB 59 117 114 -
CMYK 0.50 0 0.03 0.54
HSL 176.9º 0.33% 0.35% -
HSV(B) 176.9º 0.5% 0.46% -
XYZ 11.2 14.87 18.2 -
YUV 99.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 59 117 114 0.50 0 0.03 0.54 176.9 0.33 0.35
Hex 3B 75 72 32 0 3 36 B1 21 23
Octal 73 165 162 62 0 3 66 261 41 43
Binary 111011 1110101 1110010 110010 0 11 110110 10110001 100001 100011

Color Harmonies of #3B7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7572

Black with #3B7572

Text Example


Text Example

White with #3B7572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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