#427565

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

Shades of Viridian #427565

Tints of Viridian #427565

Color information

#427565 (or 0x427565) is unknown color: approx Viridian. HEX triplet: 42, 75 and 65. RGB value is (66,117,101). Sum of RGB (Red+Green+Blue) = 66+117+101=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #427565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427565 is #BD8A9A. Grayscale: #636363. Windows color (decimal): -12421787 or 6649154. OLE color: 6649154.

HSL color Cylindrical-coordinate representation of color #427565: hue angle of 161.18º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427565 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB66117101-
CMYK0.4400.140.54
HSL161.18º27.87%35.88%-
HSV(B)161.18º43.59%45.88%-
XYZ10.9614.8214.6-
YUV99.93128.6103.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=23.24%
G=41.20%
B=35.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661171010.4400.140.54161.1827.8735.88
Hex4275652C0E36a11c24
Octal10216514554016662413444
Binary100001011101011100101101100011101101101010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427565; }

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

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

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

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

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

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

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

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