Html Css Color HEX #427370 Ming

📋 copy color: '#427370'

red 66 ◦ green 115 ◦ blue 112

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

Shades of Ming #427370

Tints of Ming #427370

RGB

 RED value IS 66 (26.17% from 255) = 22.53%

 GREEN value IS 115 (45.31% from 255) = 39.25%

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

R = 22.53%
G = 39.25%
B = 38.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#427370 (or 0x427370) is known color: Ming. HEX triplet: 42, 73 and 70. RGB value is (66,115,112). Sum of RGB (Red+Green+Blue) = 66+115+112=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #427370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427370 is #BD8C8F. Grayscale: #636363. Windows color (decimal): -12422288 or 7369538. OLE color: 7369538.

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

Color convert

RGB 66 115 112 -
CMYK 0.43 0 0.03 0.55
HSL 176.33º 0.27% 0.35% -
HSV(B) 176.33º 0.43% 0.45% -
XYZ 11.3 14.59 17.55 -
YUV 100.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 66 115 112 0.43 0 0.03 0.55 176.33 0.27 0.35
Hex 42 73 70 2B 0 3 37 B0 1B 23
Octal 102 163 160 53 0 3 67 260 33 43
Binary 1000010 1110011 1110000 101011 0 11 110111 10110000 11011 100011

Color Harmonies of #427370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427370

Black with #427370

Text Example


Text Example

White with #427370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427370; }

 p { color: rgb(66,115,112); }

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

background-color css

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

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

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

border-color css

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

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

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