#448966

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

Shades of Viridian #448966

Tints of Viridian #448966

Color information

#448966 (or 0x448966) is unknown color: approx Viridian. HEX triplet: 44, 89 and 66. RGB value is (68,137,102). Sum of RGB (Red+Green+Blue) = 68+137+102=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #448966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448966 is #BB7699. Grayscale: #707070. Windows color (decimal): -12285594 or 6719812. OLE color: 6719812.

HSL color Cylindrical-coordinate representation of color #448966: hue angle of 149.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448966 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB68137102-
CMYK0.5000.260.46
HSL149.57º33.66%40.2%-
HSV(B)149.57º50.36%53.73%-
XYZ13.7320.0815.72-
YUV112.38122.1496.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=22.15%
G=44.63%
B=33.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681371020.5000.260.46149.5733.6640.2
Hex4489663201A2E962228
Octal10421114662032562264250
Binary100010010001001110011011001001101010111010010110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448966; }

 p { color: rgb(68,137,102); }

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

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

 a { background-color: rgb(68,137,102); }

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

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

 span { border-color: rgb(68,137,102); }

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