#427976

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

Shades of Ming #427976

Tints of Ming #427976

Color information

#427976 (or 0x427976) is unknown color: approx Ming. HEX triplet: 42, 79 and 76. RGB value is (66,121,118). Sum of RGB (Red+Green+Blue) = 66+121+118=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #427976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427976 is #BD8689. Grayscale: #686868. Windows color (decimal): -12420746 or 7764290. OLE color: 7764290.

HSL color Cylindrical-coordinate representation of color #427976: hue angle of 176.73º 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 #427976 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB66121118-
CMYK0.4500.020.53
HSL176.73º29.41%36.67%-
HSV(B)176.73º45.45%47.45%-
XYZ12.3516.1419.6-
YUV104.21135.78100.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=21.64%
G=39.67%
B=38.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661211180.4500.020.53176.7329.4136.67
Hex4279762D0235b11d25
Octal1021711665502652613545
Binary1000010111100111101101011010101101011011000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427976; }

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

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

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

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

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

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

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

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