#458678

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

Shades of Viridian #458678

Tints of Viridian #458678

Color information

#458678 (or 0x458678) is unknown color: approx Viridian. HEX triplet: 45, 86 and 78. RGB value is (69,134,120). Sum of RGB (Red+Green+Blue) = 69+134+120=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #458678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458678 is #BA7987. Grayscale: #707070. Windows color (decimal): -12220808 or 7898693. OLE color: 7898693.

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

Color convert

RGB69134120-
CMYK0.4900.100.47
HSL167.08º32.02%39.8%-
HSV(B)167.08º48.51%52.55%-
XYZ14.3719.6720.81-
YUV112.97131.9796.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=21.36%
G=41.49%
B=37.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691341200.4900.100.47167.0832.0239.8
Hex458678310A2Fa72028
Octal10520617061012572474050
Binary10001011000011011110001100010101010111110100111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458678; }

 p { color: rgb(69,134,120); }

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

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

 a { background-color: rgb(69,134,120); }

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

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

 span { border-color: rgb(69,134,120); }

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