#447D63

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

Shades of Viridian #447D63

Tints of Viridian #447D63

Color information

#447D63 (or 0x447D63) is unknown color: approx Viridian. HEX triplet: 44, 7D and 63. RGB value is (68,125,99). Sum of RGB (Red+Green+Blue) = 68+125+99=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #447D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D63 is #BB829C. Grayscale: #696969. Windows color (decimal): -12288669 or 6520132. OLE color: 6520132.

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

Color convert

RGB6812599-
CMYK0.4600.210.51
HSL152.63º29.53%37.84%-
HSV(B)152.63º45.6%49.02%-
XYZ11.9716.814.42-
YUV104.99124.62101.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.29%
GREEN value IS 125 (49.22% from 255) = 42.81%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=23.29%
G=42.81%
B=33.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68125990.4600.210.51152.6329.5337.84
Hex447D632E01533991e26
Octal10417514356025632313646
Binary1000100111110111000111011100101011100111001100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,125,99); }

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

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

 a { background-color: rgb(68,125,99); }

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

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

 span { border-color: rgb(68,125,99); }

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