#447868

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

Shades of Viridian #447868

Tints of Viridian #447868

Color information

#447868 (or 0x447868) is unknown color: approx Viridian. HEX triplet: 44, 78 and 68. RGB value is (68,120,104). Sum of RGB (Red+Green+Blue) = 68+120+104=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #447868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447868 is #BB8797. Grayscale: #666666. Windows color (decimal): -12289944 or 6846532. OLE color: 6846532.

HSL color Cylindrical-coordinate representation of color #447868: hue angle of 161.54º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #447868 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB68120104-
CMYK0.4300.130.53
HSL161.54º27.66%36.86%-
HSV(B)161.54º43.33%47.06%-
XYZ11.615.6615.51-
YUV102.63128.77103.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.29%
GREEN value IS 120 (47.27% from 255) = 41.10%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=23.29%
G=41.10%
B=35.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681201040.4300.130.53161.5427.6636.86
Hex4478682B0D35a21c25
Octal10417015053015652423445
Binary100010011110001101000101011011011101011010001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447868; }

 p { color: rgb(68,120,104); }

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

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

 a { background-color: rgb(68,120,104); }

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

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

 span { border-color: rgb(68,120,104); }

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