#448266

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

Shades of Viridian #448266

Tints of Viridian #448266

Color information

#448266 (or 0x448266) is unknown color: approx Viridian. HEX triplet: 44, 82 and 66. RGB value is (68,130,102). Sum of RGB (Red+Green+Blue) = 68+130+102=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #448266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448266 is #BB7D99. Grayscale: #6C6C6C. Windows color (decimal): -12287386 or 6718020. OLE color: 6718020.

HSL color Cylindrical-coordinate representation of color #448266: hue angle of 152.9º 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 #448266 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB68130102-
CMYK0.4800.220.49
HSL152.9º31.31%38.82%-
HSV(B)152.9º47.69%50.98%-
XYZ12.7618.1515.4-
YUV108.27124.4699.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.67%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 102 (40.23% from 255) = 34%
R=22.67%
G=43.33%
B=34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681301020.4800.220.49152.931.3138.82
Hex4482663001631991f27
Octal10420214660026612313747
Binary10001001000001011001101100000101101100011001100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448266; }

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

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

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

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

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

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

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

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