#427A66

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

Shades of Viridian #427A66

Tints of Viridian #427A66

Color information

#427A66 (or 0x427A66) is unknown color: approx Viridian. HEX triplet: 42, 7A and 66. RGB value is (66,122,102). Sum of RGB (Red+Green+Blue) = 66+122+102=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #427A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A66 is #BD8599. Grayscale: #666666. Windows color (decimal): -12420506 or 6715970. OLE color: 6715970.

HSL color Cylindrical-coordinate representation of color #427A66: hue angle of 158.57º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A66 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB66122102-
CMYK0.4600.160.52
HSL158.57º29.79%36.86%-
HSV(B)158.57º45.9%47.84%-
XYZ11.616.0415.05-
YUV102.98127.45101.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 102 (40.23% from 255) = 35.17%
R=22.76%
G=42.07%
B=35.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal661221020.4600.160.52158.5729.7936.86
Hex427A662E010349f1e25
Octal10217214656020642373645
Binary1000010111101011001101011100100001101001001111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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