#427975

Color #427975 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #427975

Tints of Ming #427975

Color information

#427975 (or 0x427975) is unknown color: approx Ming. HEX triplet: 42, 79 and 75. RGB value is (66,121,117). Sum of RGB (Red+Green+Blue) = 66+121+117=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #427975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427975 is #BD868A. Grayscale: #686868. Windows color (decimal): -12420747 or 7698754. OLE color: 7698754.

HSL color Cylindrical-coordinate representation of color #427975: hue angle of 175.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427975 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB66121117-
CMYK0.4500.030.53
HSL175.64º29.41%36.67%-
HSV(B)175.64º45.45%47.45%-
XYZ12.316.1219.29-
YUV104.1135.28100.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=21.71%
G=39.80%
B=38.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661211170.4500.030.53175.6429.4136.67
Hex4279752D0335b01d25
Octal1021711655503652603545
Binary1000010111100111101011011010111101011011000011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427975; }

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

 H1.HeaderClassName
 {
   color: #427975;
 }
 .AnyTagClassName
 {
   color: #427975;
 }
</style>
background-color css

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

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

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

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

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

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