#448164

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

Shades of Viridian #448164

Tints of Viridian #448164

Color information

#448164 (or 0x448164) is unknown color: approx Viridian. HEX triplet: 44, 81 and 64. RGB value is (68,129,100). Sum of RGB (Red+Green+Blue) = 68+129+100=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #448164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448164 is #BB7E9B. Grayscale: #6B6B6B. Windows color (decimal): -12287644 or 6586692. OLE color: 6586692.

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

Color convert

RGB68129100-
CMYK0.4700.220.49
HSL151.48º30.96%38.63%-
HSV(B)151.48º47.29%50.59%-
XYZ12.5317.8514.84-
YUV107.46123.7999.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=22.90%
G=43.43%
B=33.67%

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
Decimal681291000.4700.220.49151.4830.9638.63
Hex4481642F01631971f27
Octal10420114457026612273747
Binary10001001000000111001001011110101101100011001011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448164; }

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

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

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

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

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

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

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

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