#427D61

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

Shades of Como #427D61

Tints of Como #427D61

Color information

#427D61 (or 0x427D61) is unknown color: approx Como. HEX triplet: 42, 7D and 61. RGB value is (66,125,97). Sum of RGB (Red+Green+Blue) = 66+125+97=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 125 - color contains mainly: green. Hex color #427D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D61 is #BD829E. Grayscale: #686868. Windows color (decimal): -12419743 or 6389058. OLE color: 6389058.

HSL color Cylindrical-coordinate representation of color #427D61: hue angle of 151.53º 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 #427D61 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB6612597-
CMYK0.4700.220.51
HSL151.53º30.89%37.45%-
HSV(B)151.53º47.2%49.02%-
XYZ11.7416.6913.91-
YUV104.17123.95100.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 125 (49.22% from 255) = 43.40%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=22.92%
G=43.40%
B=33.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66125970.4700.220.51151.5330.8937.45
Hex427D612F01633981f25
Octal10217514157026632303745
Binary1000010111110111000011011110101101100111001100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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