#448765

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

Shades of Viridian #448765

Tints of Viridian #448765

Color information

#448765 (or 0x448765) is unknown color: approx Viridian. HEX triplet: 44, 87 and 65. RGB value is (68,135,101). Sum of RGB (Red+Green+Blue) = 68+135+101=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #448765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448765 is #BB789A. Grayscale: #6F6F6F. Windows color (decimal): -12286107 or 6653764. OLE color: 6653764.

HSL color Cylindrical-coordinate representation of color #448765: hue angle of 149.55º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448765 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB68135101-
CMYK0.5000.250.47
HSL149.55º33%39.8%-
HSV(B)149.55º49.63%52.94%-
XYZ13.419.515.37-
YUV111.09122.397.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 135 (53.12% from 255) = 44.41%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=22.37%
G=44.41%
B=33.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681351010.5000.250.47149.553339.8
Hex448765320192F962128
Octal10420714562031572264150
Binary100010010000111110010111001001100110111110010110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448765; }

 p { color: rgb(68,135,101); }

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

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

 a { background-color: rgb(68,135,101); }

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

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

 span { border-color: rgb(68,135,101); }

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