#427E72

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

Shades of Viridian #427E72

Tints of Viridian #427E72

Color information

#427E72 (or 0x427E72) is unknown color: approx Viridian. HEX triplet: 42, 7E and 72. RGB value is (66,126,114). Sum of RGB (Red+Green+Blue) = 66+126+114=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 126 - color contains mainly: green. Hex color #427E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E72 is #BD818D. Grayscale: #6A6A6A. Windows color (decimal): -12419470 or 7503426. OLE color: 7503426.

HSL color Cylindrical-coordinate representation of color #427E72: hue angle of 168º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E72 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB66126114-
CMYK0.4800.100.51
HSL168º31.25%37.65%-
HSV(B)168º47.62%49.41%-
XYZ12.7417.2918.59-
YUV106.69132.1298.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=21.57%
G=41.18%
B=37.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661261140.4800.100.5116831.2537.65
Hex427E72300A33a81f26
Octal10217616260012632503746
Binary100001011111101110010110000010101100111010100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,114); }

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

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

 a { background-color: rgb(66,126,114); }

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

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

 span { border-color: rgb(66,126,114); }

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