#447565

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

Shades of Viridian #447565

Tints of Viridian #447565

Color information

#447565 (or 0x447565) is unknown color: approx Viridian. HEX triplet: 44, 75 and 65. RGB value is (68,117,101). Sum of RGB (Red+Green+Blue) = 68+117+101=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #447565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447565 is #BB8A9A. Grayscale: #646464. Windows color (decimal): -12290715 or 6649156. OLE color: 6649156.

HSL color Cylindrical-coordinate representation of color #447565: hue angle of 160.41º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #447565 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB68117101-
CMYK0.4200.140.54
HSL160.41º26.49%36.27%-
HSV(B)160.41º41.88%45.88%-
XYZ11.0914.8914.6-
YUV100.52128.27104.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=23.78%
G=40.91%
B=35.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681171010.4200.140.54160.4126.4936.27
Hex4475652A0E36a01a24
Octal10416514552016662403244
Binary100010011101011100101101010011101101101010000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447565; }

 p { color: rgb(68,117,101); }

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

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

 a { background-color: rgb(68,117,101); }

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

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

 span { border-color: rgb(68,117,101); }

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