Html Css Color HEX #437474 Ming

📋 copy color: '#437474'

red 67 ◦ green 116 ◦ blue 116

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

Shades of Ming #437474

Tints of Ming #437474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 22.41%
G = 38.8%
B = 38.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#437474 (or 0x437474) is known color: Ming. HEX triplet: 43, 74 and 74. RGB value is (67,116,116). Sum of RGB (Red+Green+Blue) = 67+116+116=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #437474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437474 is #BC8B8B. Grayscale: #656565. Windows color (decimal): -12356492 or 7631939. OLE color: 7631939.

HSL color Cylindrical-coordinate representation of color #437474: hue angle of 180º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #437474 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 116 116 -
CMYK 0.42 0 0 0.55
HSL 180º 0.27% 0.36% -
HSV(B) 180º 0.42% 0.45% -
XYZ 11.71 14.95 18.79 -
YUV 101.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 67 116 116 0.42 0 0 0.55 180 0.27 0.36
Hex 43 74 74 2A 0 0 37 B4 1B 24
Octal 103 164 164 52 0 0 67 264 33 44
Binary 1000011 1110100 1110100 101010 0 0 110111 10110100 11011 100100

Color Harmonies of #437474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437474

Black with #437474

Text Example


Text Example

White with #437474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437474; }

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

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

background-color css

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

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

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

border-color css

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

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

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