#447B6C

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

Shades of Viridian #447B6C

Tints of Viridian #447B6C

Color information

#447B6C (or 0x447B6C) is unknown color: approx Viridian. HEX triplet: 44, 7B and 6C. RGB value is (68,123,108). Sum of RGB (Red+Green+Blue) = 68+123+108=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 123 - color contains mainly: green. Hex color #447B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B6C is #BB8493. Grayscale: #686868. Windows color (decimal): -12289172 or 7109444. OLE color: 7109444.

HSL color Cylindrical-coordinate representation of color #447B6C: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447B6C is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB68123108-
CMYK0.4500.120.52
HSL163.64º28.8%37.45%-
HSV(B)163.64º44.72%48.24%-
XYZ12.1716.4816.73-
YUV104.84129.78101.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 123 (48.44% from 255) = 41.14%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=22.74%
G=41.14%
B=36.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal681231080.4500.120.52163.6428.837.45
Hex447B6C2D0C34a41d25
Octal10417315455014642443545
Binary100010011110111101100101101011001101001010010011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,123,108); }

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

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

 a { background-color: rgb(68,123,108); }

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

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

 span { border-color: rgb(68,123,108); }

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