#427865

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

Shades of Viridian #427865

Tints of Viridian #427865

Color information

#427865 (or 0x427865) is unknown color: approx Viridian. HEX triplet: 42, 78 and 65. RGB value is (66,120,101). Sum of RGB (Red+Green+Blue) = 66+120+101=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #427865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427865 is #BD879A. Grayscale: #656565. Windows color (decimal): -12421019 or 6649922. OLE color: 6649922.

HSL color Cylindrical-coordinate representation of color #427865: hue angle of 158.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427865 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB66120101-
CMYK0.4500.160.53
HSL158.89º29.03%36.47%-
HSV(B)158.89º45%47.06%-
XYZ11.3115.5314.71-
YUV101.69127.61102.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=23.00%
G=41.81%
B=35.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661201010.4500.160.53158.8929.0336.47
Hex4278652D010359f1d24
Octal10217014555020652373544
Binary1000010111100011001011011010100001101011001111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427865; }

 p { color: rgb(66,120,101); }

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

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

 a { background-color: rgb(66,120,101); }

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

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

 span { border-color: rgb(66,120,101); }

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