#459275

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

Shades of Viridian #459275

Tints of Viridian #459275

Color information

#459275 (or 0x459275) is unknown color: approx Viridian. HEX triplet: 45, 92 and 75. RGB value is (69,146,117). Sum of RGB (Red+Green+Blue) = 69+146+117=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #459275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459275 is #BA6D8A. Grayscale: #777777. Windows color (decimal): -12217739 or 7705157. OLE color: 7705157.

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

Color convert

RGB69146117-
CMYK0.5300.200.43
HSL157.4º35.81%42.16%-
HSV(B)157.4º52.74%57.25%-
XYZ15.9423.1120.45-
YUV119.67126.4991.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=20.78%
G=43.98%
B=35.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691461170.5300.200.43157.435.8142.16
Hex459275350142B9d242a
Octal10522216565024532354452
Binary100010110010010111010111010101010010101110011101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459275; }

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

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

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

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

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

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

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

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