#447D6E

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

Shades of Viridian #447D6E

Tints of Viridian #447D6E

Color information

#447D6E (or 0x447D6E) is unknown color: approx Viridian. HEX triplet: 44, 7D and 6E. RGB value is (68,125,110). Sum of RGB (Red+Green+Blue) = 68+125+110=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #447D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D6E is #BB8291. Grayscale: #6A6A6A. Windows color (decimal): -12288658 or 7241028. OLE color: 7241028.

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

Color convert

RGB68125110-
CMYK0.4600.120.51
HSL164.21º29.53%37.84%-
HSV(B)164.21º45.6%49.02%-
XYZ12.5317.0217.38-
YUV106.25130.12100.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 125 (49.22% from 255) = 41.25%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=22.44%
G=41.25%
B=36.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681251100.4600.120.51164.2129.5337.84
Hex447D6E2E0C33a41e26
Octal10417515656014632443646
Binary100010011111011101110101110011001100111010010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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