#427660

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

Shades of Viridian #427660

Tints of Viridian #427660

Color information

#427660 (or 0x427660) is unknown color: approx Viridian. HEX triplet: 42, 76 and 60. RGB value is (66,118,96). Sum of RGB (Red+Green+Blue) = 66+118+96=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #427660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427660 is #BD899F. Grayscale: #636363. Windows color (decimal): -12421536 or 6321730. OLE color: 6321730.

HSL color Cylindrical-coordinate representation of color #427660: hue angle of 154.62º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427660 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB6611896-
CMYK0.4400.190.54
HSL154.62º28.26%36.08%-
HSV(B)154.62º44.07%46.27%-
XYZ10.8414.9613.38-
YUV99.94125.77103.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=23.57%
G=42.14%
B=34.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118960.4400.190.54154.6228.2636.08
Hex4276602C013369b1c24
Octal10216614054023662333444
Binary1000010111011011000001011000100111101101001101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427660; }

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

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

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

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

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

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

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

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