#458770

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

Shades of Viridian #458770

Tints of Viridian #458770

Color information

#458770 (or 0x458770) is unknown color: approx Viridian. HEX triplet: 45, 87 and 70. RGB value is (69,135,112). Sum of RGB (Red+Green+Blue) = 69+135+112=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #458770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458770 is #BA788F. Grayscale: #707070. Windows color (decimal): -12220560 or 7374661. OLE color: 7374661.

HSL color Cylindrical-coordinate representation of color #458770: hue angle of 159.09º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458770 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB69135112-
CMYK0.4900.170.47
HSL159.09º32.35%40%-
HSV(B)159.09º48.89%52.94%-
XYZ14.0419.7618.4-
YUV112.64127.6396.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 135 (53.12% from 255) = 42.72%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=21.84%
G=42.72%
B=35.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691351120.4900.170.47159.0932.3540
Hex458770310112F9f2028
Octal10520716061021572374050
Binary100010110000111111000011000101000110111110011111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458770; }

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

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

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

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

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

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

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

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