#458370

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

Shades of Viridian #458370

Tints of Viridian #458370

Color information

#458370 (or 0x458370) is unknown color: approx Viridian. HEX triplet: 45, 83 and 70. RGB value is (69,131,112). Sum of RGB (Red+Green+Blue) = 69+131+112=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #458370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458370 is #BA7C8F. Grayscale: #6E6E6E. Windows color (decimal): -12221584 or 7373637. OLE color: 7373637.

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

Color convert

RGB69131112-
CMYK0.4700.150.49
HSL161.61º31%39.22%-
HSV(B)161.61º47.33%51.37%-
XYZ13.518.6718.22-
YUV110.3128.9698.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=22.12%
G=41.99%
B=35.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691311120.4700.150.49161.613139.22
Hex4583702F0F31a21f27
Octal10520316057017612423747
Binary1000101100000111110000101111011111100011010001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458370; }

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

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

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

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

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

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

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

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