#458270

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

Shades of Viridian #458270

Tints of Viridian #458270

Color information

#458270 (or 0x458270) is unknown color: approx Viridian. HEX triplet: 45, 82 and 70. RGB value is (69,130,112). Sum of RGB (Red+Green+Blue) = 69+130+112=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #458270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458270 is #BA7D8F. Grayscale: #6D6D6D. Windows color (decimal): -12221840 or 7373381. OLE color: 7373381.

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

Color convert

RGB69130112-
CMYK0.4700.140.49
HSL162.3º30.65%39.02%-
HSV(B)162.3º46.92%50.98%-
XYZ13.3618.418.18-
YUV109.71129.2998.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=22.19%
G=41.80%
B=36.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691301120.4700.140.49162.330.6539.02
Hex4582702F0E31a21f27
Octal10520216057016612423747
Binary1000101100000101110000101111011101100011010001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458270; }

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

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

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

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

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

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

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

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