#458969

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

Shades of Viridian #458969

Tints of Viridian #458969

Color information

#458969 (or 0x458969) is unknown color: approx Viridian. HEX triplet: 45, 89 and 69. RGB value is (69,137,105). Sum of RGB (Red+Green+Blue) = 69+137+105=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #458969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458969 is #BA7696. Grayscale: #717171. Windows color (decimal): -12220055 or 6916421. OLE color: 6916421.

HSL color Cylindrical-coordinate representation of color #458969: hue angle of 151.76º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458969 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB69137105-
CMYK0.5000.230.46
HSL151.76º33.01%40.39%-
HSV(B)151.76º49.64%53.73%-
XYZ13.9520.1816.52-
YUV113.02123.4796.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=22.19%
G=44.05%
B=33.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691371050.5000.230.46151.7633.0140.39
Hex458969320172E982128
Octal10521115162027562304150
Binary100010110001001110100111001001011110111010011000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458969; }

 p { color: rgb(69,137,105); }

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

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

 a { background-color: rgb(69,137,105); }

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

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

 span { border-color: rgb(69,137,105); }

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