#427B62

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

Shades of Viridian #427B62

Tints of Viridian #427B62

Color information

#427B62 (or 0x427B62) is unknown color: approx Viridian. HEX triplet: 42, 7B and 62. RGB value is (66,123,98). Sum of RGB (Red+Green+Blue) = 66+123+98=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 123 - color contains mainly: green. Hex color #427B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B62 is #BD849D. Grayscale: #676767. Windows color (decimal): -12420254 or 6454082. OLE color: 6454082.

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

Color convert

RGB6612398-
CMYK0.4600.200.52
HSL153.68º30.16%37.06%-
HSV(B)153.68º46.34%48.24%-
XYZ11.5316.2114.08-
YUV103.11125.12101.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 123 (48.44% from 255) = 42.86%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=23.00%
G=42.86%
B=34.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66123980.4600.200.52153.6830.1637.06
Hex427B622E014349a1e25
Octal10217314256024642323645
Binary1000010111101111000101011100101001101001001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,123,98); }

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

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

 a { background-color: rgb(66,123,98); }

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

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

 span { border-color: rgb(66,123,98); }

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