#427666

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

Shades of Viridian #427666

Tints of Viridian #427666

Color information

#427666 (or 0x427666) is unknown color: approx Viridian. HEX triplet: 42, 76 and 66. RGB value is (66,118,102). Sum of RGB (Red+Green+Blue) = 66+118+102=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #427666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427666 is #BD8999. Grayscale: #646464. Windows color (decimal): -12421530 or 6714946. OLE color: 6714946.

HSL color Cylindrical-coordinate representation of color #427666: hue angle of 161.54º 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 #427666 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB66118102-
CMYK0.4400.140.54
HSL161.54º28.26%36.08%-
HSV(B)161.54º44.07%46.27%-
XYZ11.1215.0714.89-
YUV100.63128.77103.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=23.08%
G=41.26%
B=35.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661181020.4400.140.54161.5428.2636.08
Hex4276662C0E36a21c24
Octal10216614654016662423444
Binary100001011101101100110101100011101101101010001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427666; }

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

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

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

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

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

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

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

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