#447461

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

Shades of Viridian #447461

Tints of Viridian #447461

Color information

#447461 (or 0x447461) is unknown color: approx Viridian. HEX triplet: 44, 74 and 61. RGB value is (68,116,97). Sum of RGB (Red+Green+Blue) = 68+116+97=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #447461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447461 is #BB8B9E. Grayscale: #636363. Windows color (decimal): -12290975 or 6386756. OLE color: 6386756.

HSL color Cylindrical-coordinate representation of color #447461: hue angle of 156.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447461 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB6811697-
CMYK0.4100.160.55
HSL156.25º26.09%36.08%-
HSV(B)156.25º41.38%45.49%-
XYZ10.7914.5813.56-
YUV99.48126.6105.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=24.20%
G=41.28%
B=34.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68116970.4100.160.55156.2526.0936.08
Hex44746129010379c1a24
Octal10416414151020672343244
Binary1000100111010011000011010010100001101111001110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447461; }

 p { color: rgb(68,116,97); }

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

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

 a { background-color: rgb(68,116,97); }

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

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

 span { border-color: rgb(68,116,97); }

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