#427661

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

Shades of Viridian #427661

Tints of Viridian #427661

Color information

#427661 (or 0x427661) is unknown color: approx Viridian. HEX triplet: 42, 76 and 61. RGB value is (66,118,97). Sum of RGB (Red+Green+Blue) = 66+118+97=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #427661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427661 is #BD899E. Grayscale: #646464. Windows color (decimal): -12421535 or 6387266. OLE color: 6387266.

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

Color convert

RGB6611897-
CMYK0.4400.180.54
HSL155.77º28.26%36.08%-
HSV(B)155.77º44.07%46.27%-
XYZ10.8814.9813.63-
YUV100.06126.27103.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=23.49%
G=41.99%
B=34.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118970.4400.180.54155.7728.2636.08
Hex4276612C012369c1c24
Octal10216614154022662343444
Binary1000010111011011000011011000100101101101001110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427661; }

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

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

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

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

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

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

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

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