#447F71

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

Shades of Viridian #447F71

Tints of Viridian #447F71

Color information

#447F71 (or 0x447F71) is unknown color: approx Viridian. HEX triplet: 44, 7F and 71. RGB value is (68,127,113). Sum of RGB (Red+Green+Blue) = 68+127+113=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #447F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F71 is #BB808E. Grayscale: #6B6B6B. Windows color (decimal): -12288143 or 7438148. OLE color: 7438148.

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

Color convert

RGB68127113-
CMYK0.4600.110.50
HSL165.76º30.26%38.24%-
HSV(B)165.76º46.46%49.8%-
XYZ12.9517.618.34-
YUV107.76130.9599.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 127 (50% from 255) = 41.23%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=22.08%
G=41.23%
B=36.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681271130.4600.110.50165.7630.2638.24
Hex447F712E0B32a61e26
Octal10417716156013622463646
Binary100010011111111110001101110010111100101010011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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