#448165

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

Shades of Viridian #448165

Tints of Viridian #448165

Color information

#448165 (or 0x448165) is unknown color: approx Viridian. HEX triplet: 44, 81 and 65. RGB value is (68,129,101). Sum of RGB (Red+Green+Blue) = 68+129+101=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #448165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448165 is #BB7E9A. Grayscale: #6B6B6B. Windows color (decimal): -12287643 or 6652228. OLE color: 6652228.

HSL color Cylindrical-coordinate representation of color #448165: hue angle of 152.46º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448165 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB68129101-
CMYK0.4700.220.49
HSL152.46º30.96%38.63%-
HSV(B)152.46º47.29%50.59%-
XYZ12.5817.8715.1-
YUV107.57124.2999.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=22.82%
G=43.29%
B=33.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681291010.4700.220.49152.4630.9638.63
Hex4481652F01631981f27
Octal10420114557026612303747
Binary10001001000000111001011011110101101100011001100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448165; }

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

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

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

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

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

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

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

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