Html Css Color HEX #437070 Ming

📋 copy color: '#437070'

red 67 ◦ green 112 ◦ blue 112

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

Shades of Ming #437070

Tints of Ming #437070

RGB

 RED value IS 67 (26.56% from 255) = 23.02%

 GREEN value IS 112 (44.14% from 255) = 38.49%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 23.02%
G = 38.49%
B = 38.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#437070 (or 0x437070) is known color: Ming. HEX triplet: 43, 70 and 70. RGB value is (67,112,112). Sum of RGB (Red+Green+Blue) = 67+112+112=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #437070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437070 is #BC8F8F. Grayscale: #626262. Windows color (decimal): -12357520 or 7368771. OLE color: 7368771.

HSL color Cylindrical-coordinate representation of color #437070: hue angle of 180º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #437070 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 112 112 -
CMYK 0.40 0 0 0.56
HSL 180º 0.25% 0.35% -
HSV(B) 180º 0.4% 0.44% -
XYZ 11.03 13.95 17.44 -
YUV 98.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 67 112 112 0.40 0 0 0.56 180 0.25 0.35
Hex 43 70 70 28 0 0 38 B4 19 23
Octal 103 160 160 50 0 0 70 264 31 43
Binary 1000011 1110000 1110000 101000 0 0 111000 10110100 11001 100011

Color Harmonies of #437070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437070

Black with #437070

Text Example


Text Example

White with #437070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437070; }

 p { color: rgb(67,112,112); }

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

background-color css

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

 a { background-color: rgb(67,112,112); }

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

border-color css

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

 span { border-color: rgb(67,112,112); }

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