#427D60

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

Shades of Como #427D60

Tints of Como #427D60

Color information

#427D60 (or 0x427D60) is unknown color: approx Como. HEX triplet: 42, 7D and 60. RGB value is (66,125,96). Sum of RGB (Red+Green+Blue) = 66+125+96=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 125 - color contains mainly: green. Hex color #427D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D60 is #BD829F. Grayscale: #686868. Windows color (decimal): -12419744 or 6323522. OLE color: 6323522.

HSL color Cylindrical-coordinate representation of color #427D60: hue angle of 150.51º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427D60 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB6612596-
CMYK0.4700.230.51
HSL150.51º30.89%37.45%-
HSV(B)150.51º47.2%49.02%-
XYZ11.6916.6713.67-
YUV104.05123.45100.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 125 (49.22% from 255) = 43.55%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=23.00%
G=43.55%
B=33.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66125960.4700.230.51150.5130.8937.45
Hex427D602F01733971f25
Octal10217514057027632273745
Binary1000010111110111000001011110101111100111001011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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