#427A64

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

Shades of Viridian #427A64

Tints of Viridian #427A64

Color information

#427A64 (or 0x427A64) is unknown color: approx Viridian. HEX triplet: 42, 7A and 64. RGB value is (66,122,100). Sum of RGB (Red+Green+Blue) = 66+122+100=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #427A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A64 is #BD859B. Grayscale: #666666. Windows color (decimal): -12420508 or 6584898. OLE color: 6584898.

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

Color convert

RGB66122100-
CMYK0.4600.180.52
HSL156.43º29.79%36.86%-
HSV(B)156.43º45.9%47.84%-
XYZ11.511614.54-
YUV102.75126.45101.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 100 (39.45% from 255) = 34.72%
R=22.92%
G=42.36%
B=34.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal661221000.4600.180.52156.4329.7936.86
Hex427A642E012349c1e25
Octal10217214456022642343645
Binary1000010111101011001001011100100101101001001110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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