#447F70

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

Shades of Viridian #447F70

Tints of Viridian #447F70

Color information

#447F70 (or 0x447F70) is unknown color: approx Viridian. HEX triplet: 44, 7F and 70. RGB value is (68,127,112). Sum of RGB (Red+Green+Blue) = 68+127+112=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 127 - color contains mainly: green. Hex color #447F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F70 is #BB808F. Grayscale: #6B6B6B. Windows color (decimal): -12288144 or 7372612. OLE color: 7372612.

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

Color convert

RGB68127112-
CMYK0.4600.120.50
HSL164.75º30.26%38.24%-
HSV(B)164.75º46.46%49.8%-
XYZ12.917.5818.04-
YUV107.65130.4599.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 127 (50% from 255) = 41.37%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=22.15%
G=41.37%
B=36.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681271120.4600.120.50164.7530.2638.24
Hex447F702E0C32a51e26
Octal10417716056014622453646
Binary100010011111111110000101110011001100101010010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,127,112); }

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

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

 a { background-color: rgb(68,127,112); }

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

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

 span { border-color: rgb(68,127,112); }

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