#427A6C

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

Shades of Viridian #427A6C

Tints of Viridian #427A6C

Color information

#427A6C (or 0x427A6C) is unknown color: approx Viridian. HEX triplet: 42, 7A and 6C. RGB value is (66,122,108). Sum of RGB (Red+Green+Blue) = 66+122+108=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #427A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A6C is #BD8593. Grayscale: #676767. Windows color (decimal): -12420500 or 7109186. OLE color: 7109186.

HSL color Cylindrical-coordinate representation of color #427A6C: hue angle of 165º 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 #427A6C is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB66122108-
CMYK0.4600.110.52
HSL165º29.79%36.86%-
HSV(B)165º45.9%47.84%-
XYZ11.9116.1616.68-
YUV103.66130.45101.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=22.30%
G=41.22%
B=36.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal661221080.4600.110.5216529.7936.86
Hex427A6C2E0B34a51e25
Octal10217215456013642453645
Binary100001011110101101100101110010111101001010010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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