#448869

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

Shades of Viridian #448869

Tints of Viridian #448869

Color information

#448869 (or 0x448869) is unknown color: approx Viridian. HEX triplet: 44, 88 and 69. RGB value is (68,136,105). Sum of RGB (Red+Green+Blue) = 68+136+105=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #448869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448869 is #BB7796. Grayscale: #707070. Windows color (decimal): -12285847 or 6916164. OLE color: 6916164.

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

Color convert

RGB68136105-
CMYK0.5000.230.47
HSL152.65º33.33%40%-
HSV(B)152.65º50%53.33%-
XYZ13.7419.8616.47-
YUV112.13123.9796.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=22.01%
G=44.01%
B=33.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681361050.5000.230.47152.6533.3340
Hex448869320172F992128
Octal10421015162027572314150
Binary100010010001000110100111001001011110111110011001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448869; }

 p { color: rgb(68,136,105); }

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

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

 a { background-color: rgb(68,136,105); }

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

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

 span { border-color: rgb(68,136,105); }

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