#448069

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

Shades of Viridian #448069

Tints of Viridian #448069

Color information

#448069 (or 0x448069) is unknown color: approx Viridian. HEX triplet: 44, 80 and 69. RGB value is (68,128,105). Sum of RGB (Red+Green+Blue) = 68+128+105=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #448069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448069 is #BB7F96. Grayscale: #6B6B6B. Windows color (decimal): -12287895 or 6914116. OLE color: 6914116.

HSL color Cylindrical-coordinate representation of color #448069: hue angle of 157º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448069 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB68128105-
CMYK0.4700.180.50
HSL157º30.61%38.43%-
HSV(B)157º46.88%50.2%-
XYZ12.6517.6916.11-
YUV107.44126.6299.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=22.59%
G=42.52%
B=34.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681281050.4700.180.5015730.6138.43
Hex4480692F012329d1f26
Octal10420015157022622353746
Binary10001001000000011010011011110100101100101001110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448069; }

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

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

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

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

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

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

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

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