#427A63

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

Shades of Viridian #427A63

Tints of Viridian #427A63

Color information

#427A63 (or 0x427A63) is unknown color: approx Viridian. HEX triplet: 42, 7A and 63. RGB value is (66,122,99). Sum of RGB (Red+Green+Blue) = 66+122+99=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #427A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A63 is #BD859C. Grayscale: #666666. Windows color (decimal): -12420509 or 6519362. OLE color: 6519362.

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

Color convert

RGB6612299-
CMYK0.4600.190.52
HSL155.36º29.79%36.86%-
HSV(B)155.36º45.9%47.84%-
XYZ11.4615.9814.28-
YUV102.63125.95101.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 122 (48.05% from 255) = 42.51%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=23.00%
G=42.51%
B=34.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122990.4600.190.52155.3629.7936.86
Hex427A632E013349b1e25
Octal10217214356023642333645
Binary1000010111101011000111011100100111101001001101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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