#448275

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

Shades of Viridian #448275

Tints of Viridian #448275

Color information

#448275 (or 0x448275) is unknown color: approx Viridian. HEX triplet: 44, 82 and 75. RGB value is (68,130,117). Sum of RGB (Red+Green+Blue) = 68+130+117=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #448275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448275 is #BB7D8A. Grayscale: #6D6D6D. Windows color (decimal): -12287371 or 7701060. OLE color: 7701060.

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

Color convert

RGB68130117-
CMYK0.4800.10.49
HSL167.42º31.31%38.82%-
HSV(B)167.42º47.69%50.98%-
XYZ13.5818.4819.68-
YUV109.98131.9698.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=21.59%
G=41.27%
B=37.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681301170.4800.10.49167.4231.3138.82
Hex448275300A31a71f27
Octal10420216560012612473747
Binary1000100100000101110101110000010101100011010011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448275; }

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

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

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

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

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

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

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

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