#447564

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

Shades of Viridian #447564

Tints of Viridian #447564

Color information

#447564 (or 0x447564) is unknown color: approx Viridian. HEX triplet: 44, 75 and 64. RGB value is (68,117,100). Sum of RGB (Red+Green+Blue) = 68+117+100=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #447564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447564 is #BB8A9B. Grayscale: #646464. Windows color (decimal): -12290716 or 6583620. OLE color: 6583620.

HSL color Cylindrical-coordinate representation of color #447564: hue angle of 159.18º 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 #447564 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB68117100-
CMYK0.4200.150.54
HSL159.18º26.49%36.27%-
HSV(B)159.18º41.88%45.88%-
XYZ11.0514.8714.34-
YUV100.41127.77104.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=23.86%
G=41.05%
B=35.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681171000.4200.150.54159.1826.4936.27
Hex4475642A0F369f1a24
Octal10416514452017662373244
Binary100010011101011100100101010011111101101001111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447564; }

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

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

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

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

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

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

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

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