#427F6C

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

Shades of Viridian #427F6C

Tints of Viridian #427F6C

Color information

#427F6C (or 0x427F6C) is unknown color: approx Viridian. HEX triplet: 42, 7F and 6C. RGB value is (66,127,108). Sum of RGB (Red+Green+Blue) = 66+127+108=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #427F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F6C is #BD8093. Grayscale: #6A6A6A. Windows color (decimal): -12419220 or 7110466. OLE color: 7110466.

HSL color Cylindrical-coordinate representation of color #427F6C: hue angle of 161.31º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F6C is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB66127108-
CMYK0.4800.150.50
HSL161.31º31.61%37.84%-
HSV(B)161.31º48.03%49.8%-
XYZ12.5417.4216.89-
YUV106.59128.7999.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 127 (50% from 255) = 42.19%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=21.93%
G=42.19%
B=35.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661271080.4800.150.50161.3131.6137.84
Hex427F6C300F32a12026
Octal10217715460017622414046
Binary1000010111111111011001100000111111001010100001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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