#427464

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

Shades of Viridian #427464

Tints of Viridian #427464

Color information

#427464 (or 0x427464) is unknown color: approx Viridian. HEX triplet: 42, 74 and 64. RGB value is (66,116,100). Sum of RGB (Red+Green+Blue) = 66+116+100=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #427464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427464 is #BD8B9B. Grayscale: #636363. Windows color (decimal): -12422044 or 6583362. OLE color: 6583362.

HSL color Cylindrical-coordinate representation of color #427464: hue angle of 160.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427464 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB66116100-
CMYK0.4300.140.55
HSL160.8º27.47%35.69%-
HSV(B)160.8º43.1%45.49%-
XYZ10.7914.5714.3-
YUV99.23128.44104.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=23.40%
G=41.13%
B=35.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661161000.4300.140.55160.827.4735.69
Hex4274642B0E37a11b24
Octal10216414453016672413344
Binary100001011101001100100101011011101101111010000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427464; }

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

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

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

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

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

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

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

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