#447D6F

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

Shades of Viridian #447D6F

Tints of Viridian #447D6F

Color information

#447D6F (or 0x447D6F) is unknown color: approx Viridian. HEX triplet: 44, 7D and 6F. RGB value is (68,125,111). Sum of RGB (Red+Green+Blue) = 68+125+111=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #447D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D6F is #BB8290. Grayscale: #6A6A6A. Windows color (decimal): -12288657 or 7306564. OLE color: 7306564.

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

Color convert

RGB68125111-
CMYK0.4600.110.51
HSL165.26º29.53%37.84%-
HSV(B)165.26º45.6%49.02%-
XYZ12.5917.0417.67-
YUV106.36130.62100.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 125 (49.22% from 255) = 41.12%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=22.37%
G=41.12%
B=36.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681251110.4600.110.51165.2629.5337.84
Hex447D6F2E0B33a51e26
Octal10417515756013632453646
Binary100010011111011101111101110010111100111010010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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