#448675

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

Shades of Viridian #448675

Tints of Viridian #448675

Color information

#448675 (or 0x448675) is unknown color: approx Viridian. HEX triplet: 44, 86 and 75. RGB value is (68,134,117). Sum of RGB (Red+Green+Blue) = 68+134+117=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #448675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448675 is #BB798A. Grayscale: #707070. Windows color (decimal): -12286347 or 7702084. OLE color: 7702084.

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

Color convert

RGB68134117-
CMYK0.4900.130.47
HSL164.55º32.67%39.61%-
HSV(B)164.55º49.25%52.55%-
XYZ14.1219.5619.86-
YUV112.33130.6396.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=21.32%
G=42.01%
B=36.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681341170.4900.130.47164.5532.6739.61
Hex448675310D2Fa52128
Octal10420616561015572454150
Binary10001001000011011101011100010110110111110100101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448675; }

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

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

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

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

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

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

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

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