#427B60

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

Shades of Como #427B60

Tints of Como #427B60

Color information

#427B60 (or 0x427B60) is unknown color: approx Como. HEX triplet: 42, 7B and 60. RGB value is (66,123,96). Sum of RGB (Red+Green+Blue) = 66+123+96=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #427B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B60 is #BD849F. Grayscale: #666666. Windows color (decimal): -12420256 or 6323010. OLE color: 6323010.

HSL color Cylindrical-coordinate representation of color #427B60: hue angle of 151.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427B60 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB6612396-
CMYK0.4600.220.52
HSL151.58º30.16%37.06%-
HSV(B)151.58º46.34%48.24%-
XYZ11.4416.1713.58-
YUV102.88124.12101.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 123 (48.44% from 255) = 43.16%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=23.16%
G=43.16%
B=33.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66123960.4600.220.52151.5830.1637.06
Hex427B602E01634981e25
Octal10217314056026642303645
Binary1000010111101111000001011100101101101001001100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427B60; }

 p { color: rgb(66,123,96); }

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

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

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

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

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

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

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