#459171

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

Shades of Viridian #459171

Tints of Viridian #459171

Color information

#459171 (or 0x459171) is unknown color: approx Viridian. HEX triplet: 45, 91 and 71. RGB value is (69,145,113). Sum of RGB (Red+Green+Blue) = 69+145+113=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #459171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459171 is #BA6E8E. Grayscale: #767676. Windows color (decimal): -12217999 or 7442757. OLE color: 7442757.

HSL color Cylindrical-coordinate representation of color #459171: hue angle of 154.74º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #459171 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB69145113-
CMYK0.5200.220.43
HSL154.74º35.51%41.96%-
HSV(B)154.74º52.41%56.86%-
XYZ15.5622.7119.19-
YUV118.63124.8292.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=21.10%
G=44.34%
B=34.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691451130.5200.220.43154.7435.5141.96
Hex459171340162B9b242a
Octal10522116164026532334452
Binary100010110010001111000111010001011010101110011011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459171; }

 p { color: rgb(69,145,113); }

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

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

 a { background-color: rgb(69,145,113); }

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

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

 span { border-color: rgb(69,145,113); }

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