#448378

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

Shades of Viridian #448378

Tints of Viridian #448378

Color information

#448378 (or 0x448378) is unknown color: approx Viridian. HEX triplet: 44, 83 and 78. RGB value is (68,131,120). Sum of RGB (Red+Green+Blue) = 68+131+120=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #448378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448378 is #BB7C87. Grayscale: #6E6E6E. Windows color (decimal): -12287112 or 7897924. OLE color: 7897924.

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

Color convert

RGB68131120-
CMYK0.4800.080.49
HSL169.52º31.66%39.02%-
HSV(B)169.52º48.09%51.37%-
XYZ13.8918.8220.67-
YUV110.91133.1397.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=21.32%
G=41.07%
B=37.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681311200.4800.080.49169.5231.6639.02
Hex448378300831aa2027
Octal10420317060010612524047
Binary10001001000001111110001100000100011000110101010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448378; }

 p { color: rgb(68,131,120); }

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

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

 a { background-color: rgb(68,131,120); }

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

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

 span { border-color: rgb(68,131,120); }

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