#447F66

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

Shades of Viridian #447F66

Tints of Viridian #447F66

Color information

#447F66 (or 0x447F66) is unknown color: approx Viridian. HEX triplet: 44, 7F and 66. RGB value is (68,127,102). Sum of RGB (Red+Green+Blue) = 68+127+102=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #447F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F66 is #BB8099. Grayscale: #6A6A6A. Windows color (decimal): -12288154 or 6717252. OLE color: 6717252.

HSL color Cylindrical-coordinate representation of color #447F66: hue angle of 154.58º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F66 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB68127102-
CMYK0.4600.200.50
HSL154.58º30.26%38.24%-
HSV(B)154.58º46.46%49.8%-
XYZ12.3717.3715.27-
YUV106.51125.45100.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 127 (50% from 255) = 42.76%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=22.90%
G=42.76%
B=34.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681271020.4600.200.50154.5830.2638.24
Hex447F662E014329b1e26
Octal10417714656024622333646
Binary1000100111111111001101011100101001100101001101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447F66; }

 p { color: rgb(68,127,102); }

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

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

 a { background-color: rgb(68,127,102); }

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

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

 span { border-color: rgb(68,127,102); }

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