#448575

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

Shades of Viridian #448575

Tints of Viridian #448575

Color information

#448575 (or 0x448575) is unknown color: approx Viridian. HEX triplet: 44, 85 and 75. RGB value is (68,133,117). Sum of RGB (Red+Green+Blue) = 68+133+117=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #448575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448575 is #BB7A8A. Grayscale: #6F6F6F. Windows color (decimal): -12286603 or 7701828. OLE color: 7701828.

HSL color Cylindrical-coordinate representation of color #448575: hue angle of 165.23º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448575 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB68133117-
CMYK0.4900.120.48
HSL165.23º32.34%39.41%-
HSV(B)165.23º48.87%52.16%-
XYZ13.9819.2919.82-
YUV111.74130.9796.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=21.38%
G=41.82%
B=36.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681331170.4900.120.48165.2332.3439.41
Hex448575310C30a52027
Octal10420516561014602454047
Binary10001001000010111101011100010110011000010100101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448575; }

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

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

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

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

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

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

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

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