#447F6E

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

Shades of Viridian #447F6E

Tints of Viridian #447F6E

Color information

#447F6E (or 0x447F6E) is unknown color: approx Viridian. HEX triplet: 44, 7F and 6E. RGB value is (68,127,110). Sum of RGB (Red+Green+Blue) = 68+127+110=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #447F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F6E is #BB8091. Grayscale: #6B6B6B. Windows color (decimal): -12288146 or 7241540. OLE color: 7241540.

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

Color convert

RGB68127110-
CMYK0.4600.130.50
HSL162.71º30.26%38.24%-
HSV(B)162.71º46.46%49.8%-
XYZ12.7917.5317.46-
YUV107.42129.4599.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 127 (50% from 255) = 41.64%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=22.30%
G=41.64%
B=36.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681271100.4600.130.50162.7130.2638.24
Hex447F6E2E0D32a31e26
Octal10417715656015622433646
Binary100010011111111101110101110011011100101010001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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