#448265

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

Shades of Viridian #448265

Tints of Viridian #448265

Color information

#448265 (or 0x448265) is unknown color: approx Viridian. HEX triplet: 44, 82 and 65. RGB value is (68,130,101). Sum of RGB (Red+Green+Blue) = 68+130+101=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #448265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448265 is #BB7D9A. Grayscale: #6C6C6C. Windows color (decimal): -12287387 or 6652484. OLE color: 6652484.

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

Color convert

RGB68130101-
CMYK0.4800.220.49
HSL151.94º31.31%38.82%-
HSV(B)151.94º47.69%50.98%-
XYZ12.7218.1315.14-
YUV108.16123.9699.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=22.74%
G=43.48%
B=33.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681301010.4800.220.49151.9431.3138.82
Hex4482653001631981f27
Octal10420214560026612303747
Binary10001001000001011001011100000101101100011001100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448265; }

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

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

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

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

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

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

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

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