Html Css Color HEX #427575 Ming

📋 copy color: '#427575'

red 66 ◦ green 117 ◦ blue 117

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

Shades of Ming #427575

Tints of Ming #427575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39%

R = 22%
G = 39%
B = 39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#427575 (or 0x427575) is known color: Ming. HEX triplet: 42, 75 and 75. RGB value is (66,117,117). Sum of RGB (Red+Green+Blue) = 66+117+117=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #427575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427575 is #BD8A8A. Grayscale: #656565. Windows color (decimal): -12421771 or 7697730. OLE color: 7697730.

HSL color Cylindrical-coordinate representation of color #427575: hue angle of 180º 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 #427575 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 117 -
CMYK 0.44 0 0 0.54
HSL 180º 0.28% 0.36% -
HSV(B) 180º 0.44% 0.46% -
XYZ 11.82 15.17 19.13 -
YUV 101.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 66 117 117 0.44 0 0 0.54 180 0.28 0.36
Hex 42 75 75 2C 0 0 36 B4 1C 24
Octal 102 165 165 54 0 0 66 264 34 44
Binary 1000010 1110101 1110101 101100 0 0 110110 10110100 11100 100100

Color Harmonies of #427575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427575

Black with #427575

Text Example


Text Example

White with #427575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427575; }

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

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

background-color css

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

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

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

border-color css

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

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

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