#458868

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

Shades of Viridian #458868

Tints of Viridian #458868

Color information

#458868 (or 0x458868) is unknown color: approx Viridian. HEX triplet: 45, 88 and 68. RGB value is (69,136,104). Sum of RGB (Red+Green+Blue) = 69+136+104=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #458868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458868 is #BA7797. Grayscale: #707070. Windows color (decimal): -12220312 or 6850629. OLE color: 6850629.

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

Color convert

RGB69136104-
CMYK0.4900.240.47
HSL151.34º32.68%40.2%-
HSV(B)151.34º49.26%53.33%-
XYZ13.7619.8716.21-
YUV112.32123.397.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=22.33%
G=44.01%
B=33.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691361040.4900.240.47151.3432.6840.2
Hex458868310182F972128
Octal10521015061030572274150
Binary100010110001000110100011000101100010111110010111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458868; }

 p { color: rgb(69,136,104); }

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

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

 a { background-color: rgb(69,136,104); }

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

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

 span { border-color: rgb(69,136,104); }

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