#427D5B

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

Shades of Como #427D5B

Tints of Como #427D5B

Color information

#427D5B (or 0x427D5B) is unknown color: approx Como. HEX triplet: 42, 7D and 5B. RGB value is (66,125,91). Sum of RGB (Red+Green+Blue) = 66+125+91=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 125 - color contains mainly: green. Hex color #427D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D5B is #BD82A4. Grayscale: #676767. Windows color (decimal): -12419749 or 5995842. OLE color: 5995842.

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

Color convert

RGB6612591-
CMYK0.4700.270.51
HSL145.42º30.89%37.45%-
HSV(B)145.42º47.2%49.02%-
XYZ11.4716.5812.49-
YUV103.48120.95101.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 125 (49.22% from 255) = 44.33%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=23.40%
G=44.33%
B=32.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66125910.4700.270.51145.4230.8937.45
Hex427D5B2F01B33911f25
Octal10217513357033632213745
Binary1000010111110110110111011110110111100111001000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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