Html Css Color HEX #427572 Ming

📋 copy color: '#427572'

red 66 ◦ green 117 ◦ blue 114

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

Shades of Ming #427572

Tints of Ming #427572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.39%

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 22.22%
G = 39.39%
B = 38.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#427572 (or 0x427572) is known color: Ming. HEX triplet: 42, 75 and 72. RGB value is (66,117,114). Sum of RGB (Red+Green+Blue) = 66+117+114=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #427572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427572 is #BD8A8D. Grayscale: #656565. Windows color (decimal): -12421774 or 7501122. OLE color: 7501122.

HSL color Cylindrical-coordinate representation of color #427572: hue angle of 176.47º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427572 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 114 -
CMYK 0.44 0 0.03 0.54
HSL 176.47º 0.28% 0.36% -
HSV(B) 176.47º 0.44% 0.46% -
XYZ 11.65 15.1 18.22 -
YUV 101.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 66 117 114 0.44 0 0.03 0.54 176.47 0.28 0.36
Hex 42 75 72 2C 0 3 36 B0 1C 24
Octal 102 165 162 54 0 3 66 260 34 44
Binary 1000010 1110101 1110010 101100 0 11 110110 10110000 11100 100100

Color Harmonies of #427572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427572

Black with #427572

Text Example


Text Example

White with #427572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427572; }

 p { color: rgb(66,117,114); }

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

background-color css

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

 a { background-color: rgb(66,117,114); }

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

border-color css

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

 span { border-color: rgb(66,117,114); }

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