#458478

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

Shades of Viridian #458478

Tints of Viridian #458478

Color information

#458478 (or 0x458478) is unknown color: approx Viridian. HEX triplet: 45, 84 and 78. RGB value is (69,132,120). Sum of RGB (Red+Green+Blue) = 69+132+120=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #458478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458478 is #BA7B87. Grayscale: #6F6F6F. Windows color (decimal): -12221320 or 7898181. OLE color: 7898181.

HSL color Cylindrical-coordinate representation of color #458478: hue angle of 168.57º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458478 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB69132120-
CMYK0.4800.090.48
HSL168.57º31.34%39.41%-
HSV(B)168.57º47.73%51.76%-
XYZ14.119.1220.72-
YUV111.79132.6397.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.50%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=21.50%
G=41.12%
B=37.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691321200.4800.090.48168.5731.3439.41
Hex458478300930a91f27
Octal10520417060011602513747
Binary1000101100001001111000110000010011100001010100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458478; }

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

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

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

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

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

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

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

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