#427F71

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

Shades of Viridian #427F71

Tints of Viridian #427F71

Color information

#427F71 (or 0x427F71) is unknown color: approx Viridian. HEX triplet: 42, 7F and 71. RGB value is (66,127,113). Sum of RGB (Red+Green+Blue) = 66+127+113=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 127 - color contains mainly: green. Hex color #427F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F71 is #BD808E. Grayscale: #6B6B6B. Windows color (decimal): -12419215 or 7438146. OLE color: 7438146.

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

Color convert

RGB66127113-
CMYK0.4800.110.50
HSL166.23º31.61%37.84%-
HSV(B)166.23º48.03%49.8%-
XYZ12.8217.5318.33-
YUV107.16131.2998.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 127 (50% from 255) = 41.50%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=21.57%
G=41.50%
B=36.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661271130.4800.110.50166.2331.6137.84
Hex427F71300B32a62026
Octal10217716160013622464046
Binary1000010111111111100011100000101111001010100110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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