#427C64

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

Shades of Viridian #427C64

Tints of Viridian #427C64

Color information

#427C64 (or 0x427C64) is unknown color: approx Viridian. HEX triplet: 42, 7C and 64. RGB value is (66,124,100). Sum of RGB (Red+Green+Blue) = 66+124+100=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #427C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C64 is #BD839B. Grayscale: #676767. Windows color (decimal): -12419996 or 6585410. OLE color: 6585410.

HSL color Cylindrical-coordinate representation of color #427C64: hue angle of 155.17º 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 #427C64 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB66124100-
CMYK0.4700.190.51
HSL155.17º30.53%37.25%-
HSV(B)155.17º46.77%48.63%-
XYZ11.7516.4914.62-
YUV103.92125.78100.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 124 (48.83% from 255) = 42.76%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=22.76%
G=42.76%
B=34.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661241000.4700.190.51155.1730.5337.25
Hex427C642F013339b1f25
Octal10217414457023632333745
Binary1000010111110011001001011110100111100111001101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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