Html Css Color HEX #367070 Ming

📋 copy color: '#367070'

red 54 ◦ green 112 ◦ blue 112

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

Shades of Ming #367070

Tints of Ming #367070

RGB

 RED value IS 54 (21.48% from 255) = 19.42%

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

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

R = 19.42%
G = 40.29%
B = 40.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#367070 (or 0x367070) is known color: Ming. HEX triplet: 36, 70 and 70. RGB value is (54,112,112). Sum of RGB (Red+Green+Blue) = 54+112+112=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #367070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367070 is #C98F8F. Grayscale: #5E5E5E. Windows color (decimal): -13209488 or 7368758. OLE color: 7368758.

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

Color convert

RGB 54 112 112 -
CMYK 0.52 0 0 0.56
HSL 180º 0.35% 0.33% -
HSV(B) 180º 0.52% 0.44% -
XYZ 10.24 13.54 17.4 -
YUV 94.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 54 112 112 0.52 0 0 0.56 180 0.35 0.33
Hex 36 70 70 34 0 0 38 B4 23 21
Octal 66 160 160 64 0 0 70 264 43 41
Binary 110110 1110000 1110000 110100 0 0 111000 10110100 100011 100001

Color Harmonies of #367070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367070

Black with #367070

Text Example


Text Example

White with #367070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367070; }

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

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

background-color css

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

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

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

border-color css

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

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

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