#427564

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

Shades of Viridian #427564

Tints of Viridian #427564

Color information

#427564 (or 0x427564) is unknown color: approx Viridian. HEX triplet: 42, 75 and 64. RGB value is (66,117,100). Sum of RGB (Red+Green+Blue) = 66+117+100=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #427564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427564 is #BD8A9B. Grayscale: #636363. Windows color (decimal): -12421788 or 6583618. OLE color: 6583618.

HSL color Cylindrical-coordinate representation of color #427564: hue angle of 160º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427564 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB66117100-
CMYK0.4400.150.54
HSL160º27.87%35.88%-
HSV(B)160º43.59%45.88%-
XYZ10.9114.814.34-
YUV99.81128.1103.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 117 (46.09% from 255) = 41.34%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=23.32%
G=41.34%
B=35.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661171000.4400.150.5416027.8735.88
Hex4275642C0F36a01c24
Octal10216514454017662403444
Binary100001011101011100100101100011111101101010000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427564; }

 p { color: rgb(66,117,100); }

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

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

 a { background-color: rgb(66,117,100); }

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

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

 span { border-color: rgb(66,117,100); }

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