Html Css Color HEX #367270 Ming

📋 copy color: '#367270'

red 54 ◦ green 114 ◦ blue 112

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

Shades of Ming #367270

Tints of Ming #367270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.71%

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

R = 19.29%
G = 40.71%
B = 40%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#367270 (or 0x367270) is known color: Ming. HEX triplet: 36, 72 and 70. RGB value is (54,114,112). Sum of RGB (Red+Green+Blue) = 54+114+112=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #367270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367270 is #C98D8F. Grayscale: #5F5F5F. Windows color (decimal): -13208976 or 7369270. OLE color: 7369270.

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

Color convert

RGB 54 114 112 -
CMYK 0.53 0 0.02 0.55
HSL 178º 0.36% 0.33% -
HSV(B) 178º 0.53% 0.45% -
XYZ 10.46 13.99 17.48 -
YUV 95.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 54 114 112 0.53 0 0.02 0.55 178 0.36 0.33
Hex 36 72 70 35 0 2 37 B2 24 21
Octal 66 162 160 65 0 2 67 262 44 41
Binary 110110 1110010 1110000 110101 0 10 110111 10110010 100100 100001

Color Harmonies of #367270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367270

Black with #367270

Text Example


Text Example

White with #367270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367270; }

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

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

background-color css

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

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

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

border-color css

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

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

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