#459270

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

Shades of Viridian #459270

Tints of Viridian #459270

Color information

#459270 (or 0x459270) is unknown color: approx Viridian. HEX triplet: 45, 92 and 70. RGB value is (69,146,112). Sum of RGB (Red+Green+Blue) = 69+146+112=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #459270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459270 is #BA6D8F. Grayscale: #777777. Windows color (decimal): -12217744 or 7377477. OLE color: 7377477.

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

Color convert

RGB69146112-
CMYK0.5300.230.43
HSL153.51º35.81%42.16%-
HSV(B)153.51º52.74%57.25%-
XYZ15.6622.9918.94-
YUV119.1123.9992.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=21.10%
G=44.65%
B=34.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691461120.5300.230.43153.5135.8142.16
Hex459270350172B9a242a
Octal10522216065027532324452
Binary100010110010010111000011010101011110101110011010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459270; }

 p { color: rgb(69,146,112); }

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

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

 a { background-color: rgb(69,146,112); }

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

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

 span { border-color: rgb(69,146,112); }

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