#427D6C

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

Shades of Viridian #427D6C

Tints of Viridian #427D6C

Color information

#427D6C (or 0x427D6C) is unknown color: approx Viridian. HEX triplet: 42, 7D and 6C. RGB value is (66,125,108). Sum of RGB (Red+Green+Blue) = 66+125+108=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 125 - color contains mainly: green. Hex color #427D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D6C is #BD8293. Grayscale: #696969. Windows color (decimal): -12419732 or 7109954. OLE color: 7109954.

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

Color convert

RGB66125108-
CMYK0.4700.140.51
HSL162.71º30.89%37.45%-
HSV(B)162.71º47.2%49.02%-
XYZ12.2916.9116.8-
YUV105.42129.4599.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 125 (49.22% from 255) = 41.81%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=22.07%
G=41.81%
B=36.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661251080.4700.140.51162.7130.8937.45
Hex427D6C2F0E33a31f25
Octal10217515457016632433745
Binary100001011111011101100101111011101100111010001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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