#457868

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

Shades of Viridian #457868

Tints of Viridian #457868

Color information

#457868 (or 0x457868) is unknown color: approx Viridian. HEX triplet: 45, 78 and 68. RGB value is (69,120,104). Sum of RGB (Red+Green+Blue) = 69+120+104=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #457868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457868 is #BA8797. Grayscale: #666666. Windows color (decimal): -12224408 or 6846533. OLE color: 6846533.

HSL color Cylindrical-coordinate representation of color #457868: hue angle of 161.18º 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 #457868 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB69120104-
CMYK0.4200.130.53
HSL161.18º26.98%37.06%-
HSV(B)161.18º42.5%47.06%-
XYZ11.6715.715.51-
YUV102.93128.6103.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=23.55%
G=40.96%
B=35.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691201040.4200.130.53161.1826.9837.06
Hex4578682A0D35a11b25
Octal10517015052015652413345
Binary100010111110001101000101010011011101011010000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457868; }

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

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

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

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

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

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

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

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