#457969

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

Shades of Viridian #457969

Tints of Viridian #457969

Color information

#457969 (or 0x457969) is unknown color: approx Viridian. HEX triplet: 45, 79 and 69. RGB value is (69,121,105). Sum of RGB (Red+Green+Blue) = 69+121+105=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #457969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457969 is #BA8696. Grayscale: #676767. Windows color (decimal): -12224151 or 6912325. OLE color: 6912325.

HSL color Cylindrical-coordinate representation of color #457969: hue angle of 161.54º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457969 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB69121105-
CMYK0.4300.130.53
HSL161.54º27.37%37.25%-
HSV(B)161.54º42.98%47.45%-
XYZ11.8415.9615.82-
YUV103.63128.77103.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=23.39%
G=41.02%
B=35.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691211050.4300.130.53161.5427.3737.25
Hex4579692B0D35a21b25
Octal10517115153015652423345
Binary100010111110011101001101011011011101011010001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457969; }

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

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

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

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

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

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

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

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