#427665

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

Shades of Viridian #427665

Tints of Viridian #427665

Color information

#427665 (or 0x427665) is unknown color: approx Viridian. HEX triplet: 42, 76 and 65. RGB value is (66,118,101). Sum of RGB (Red+Green+Blue) = 66+118+101=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #427665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427665 is #BD899A. Grayscale: #646464. Windows color (decimal): -12421531 or 6649410. OLE color: 6649410.

HSL color Cylindrical-coordinate representation of color #427665: hue angle of 160.38º 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 #427665 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB66118101-
CMYK0.4400.140.54
HSL160.38º28.26%36.08%-
HSV(B)160.38º44.07%46.27%-
XYZ11.0715.0514.63-
YUV100.51128.27103.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=23.16%
G=41.40%
B=35.44%

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
Decimal661181010.4400.140.54160.3828.2636.08
Hex4276652C0E36a01c24
Octal10216614554016662403444
Binary100001011101101100101101100011101101101010000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427665; }

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

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

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

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

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

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

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

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