#459175

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

Shades of Viridian #459175

Tints of Viridian #459175

Color information

#459175 (or 0x459175) is unknown color: approx Viridian. HEX triplet: 45, 91 and 75. RGB value is (69,145,117). Sum of RGB (Red+Green+Blue) = 69+145+117=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #459175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459175 is #BA6E8A. Grayscale: #777777. Windows color (decimal): -12217995 or 7704901. OLE color: 7704901.

HSL color Cylindrical-coordinate representation of color #459175: hue angle of 157.89º 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 #459175 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB69145117-
CMYK0.5200.190.43
HSL157.89º35.51%41.96%-
HSV(B)157.89º52.41%56.86%-
XYZ15.7922.820.4-
YUV119.08126.8292.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.85%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=20.85%
G=43.81%
B=35.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691451170.5200.190.43157.8935.5141.96
Hex459175340132B9e242a
Octal10522116564023532364452
Binary100010110010001111010111010001001110101110011110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459175; }

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

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

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

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

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

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

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

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