#427A61

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

Shades of Viridian #427A61

Tints of Viridian #427A61

Color information

#427A61 (or 0x427A61) is unknown color: approx Viridian. HEX triplet: 42, 7A and 61. RGB value is (66,122,97). Sum of RGB (Red+Green+Blue) = 66+122+97=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #427A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A61 is #BD859E. Grayscale: #666666. Windows color (decimal): -12420511 or 6388290. OLE color: 6388290.

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

Color convert

RGB6612297-
CMYK0.4600.200.52
HSL153.21º29.79%36.86%-
HSV(B)153.21º45.9%47.84%-
XYZ11.3615.9413.79-
YUV102.41124.95102.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=23.16%
G=42.81%
B=34.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122970.4600.200.52153.2129.7936.86
Hex427A612E01434991e25
Octal10217214156024642313645
Binary1000010111101011000011011100101001101001001100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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