#427C5F

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

Shades of Como #427C5F

Tints of Como #427C5F

Color information

#427C5F (or 0x427C5F) is unknown color: approx Como. HEX triplet: 42, 7C and 5F. RGB value is (66,124,95). Sum of RGB (Red+Green+Blue) = 66+124+95=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #427C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C5F is #BD83A0. Grayscale: #676767. Windows color (decimal): -12420001 or 6257730. OLE color: 6257730.

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

Color convert

RGB6612495-
CMYK0.4700.230.51
HSL150º30.53%37.25%-
HSV(B)150º46.77%48.63%-
XYZ11.5216.413.38-
YUV103.35123.28101.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 124 (48.83% from 255) = 43.51%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=23.16%
G=43.51%
B=33.33%

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
Decimal66124950.4700.230.5115030.5337.25
Hex427C5F2F01733961f25
Octal10217413757027632263745
Binary1000010111110010111111011110101111100111001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,124,95); }

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

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

 a { background-color: rgb(66,124,95); }

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

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

 span { border-color: rgb(66,124,95); }

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