#448276

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

Shades of Viridian #448276

Tints of Viridian #448276

Color information

#448276 (or 0x448276) is unknown color: approx Viridian. HEX triplet: 44, 82 and 76. RGB value is (68,130,118). Sum of RGB (Red+Green+Blue) = 68+130+118=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #448276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448276 is #BB7D89. Grayscale: #6E6E6E. Windows color (decimal): -12287370 or 7766596. OLE color: 7766596.

HSL color Cylindrical-coordinate representation of color #448276: hue angle of 168.39º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448276 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB68130118-
CMYK0.4800.090.49
HSL168.39º31.31%38.82%-
HSV(B)168.39º47.69%50.98%-
XYZ13.6418.519.99-
YUV110.09132.4697.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=21.52%
G=41.14%
B=37.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681301180.4800.090.49168.3931.3138.82
Hex448276300931a81f27
Octal10420216660011612503747
Binary1000100100000101110110110000010011100011010100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448276; }

 p { color: rgb(68,130,118); }

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

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

 a { background-color: rgb(68,130,118); }

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

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

 span { border-color: rgb(68,130,118); }

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