#447D65

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

Shades of Viridian #447D65

Tints of Viridian #447D65

Color information

#447D65 (or 0x447D65) is unknown color: approx Viridian. HEX triplet: 44, 7D and 65. RGB value is (68,125,101). Sum of RGB (Red+Green+Blue) = 68+125+101=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 125 - color contains mainly: green. Hex color #447D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D65 is #BB829A. Grayscale: #696969. Windows color (decimal): -12288667 or 6651204. OLE color: 6651204.

HSL color Cylindrical-coordinate representation of color #447D65: hue angle of 154.74º 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 #447D65 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB68125101-
CMYK0.4600.190.51
HSL154.74º29.53%37.84%-
HSV(B)154.74º45.6%49.02%-
XYZ12.0716.8414.93-
YUV105.22125.62101.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 125 (49.22% from 255) = 42.52%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=23.13%
G=42.52%
B=34.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681251010.4600.190.51154.7429.5337.84
Hex447D652E013339b1e26
Octal10417514556023632333646
Binary1000100111110111001011011100100111100111001101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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