#448564

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

Shades of Viridian #448564

Tints of Viridian #448564

Color information

#448564 (or 0x448564) is unknown color: approx Viridian. HEX triplet: 44, 85 and 64. RGB value is (68,133,100). Sum of RGB (Red+Green+Blue) = 68+133+100=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #448564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448564 is #BB7A9B. Grayscale: #6D6D6D. Windows color (decimal): -12286620 or 6587716. OLE color: 6587716.

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

Color convert

RGB68133100-
CMYK0.4900.250.48
HSL149.54º32.34%39.41%-
HSV(B)149.54º48.87%52.16%-
XYZ13.0718.9215.02-
YUV109.8122.4798.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=22.59%
G=44.19%
B=33.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681331000.4900.250.48149.5432.3439.41
Hex4485643101930962027
Octal10420514461031602264047
Binary100010010000101110010011000101100111000010010110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448564; }

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

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

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

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

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

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

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

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