#447C68

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

Shades of Viridian #447C68

Tints of Viridian #447C68

Color information

#447C68 (or 0x447C68) is unknown color: approx Viridian. HEX triplet: 44, 7C and 68. RGB value is (68,124,104). Sum of RGB (Red+Green+Blue) = 68+124+104=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #447C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447C68 is #BB8397. Grayscale: #696969. Windows color (decimal): -12288920 or 6847556. OLE color: 6847556.

HSL color Cylindrical-coordinate representation of color #447C68: hue angle of 158.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447C68 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB68124104-
CMYK0.4500.160.51
HSL158.57º29.17%37.65%-
HSV(B)158.57º45.16%48.63%-
XYZ12.0916.6415.67-
YUV104.98127.45101.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 124 (48.83% from 255) = 41.89%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=22.97%
G=41.89%
B=35.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681241040.4500.160.51158.5729.1737.65
Hex447C682D010339f1d26
Octal10417415055020632373546
Binary1000100111110011010001011010100001100111001111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,124,104); }

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

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

 a { background-color: rgb(68,124,104); }

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

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

 span { border-color: rgb(68,124,104); }

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