#457867

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

Shades of Viridian #457867

Tints of Viridian #457867

Color information

#457867 (or 0x457867) is unknown color: approx Viridian. HEX triplet: 45, 78 and 67. RGB value is (69,120,103). Sum of RGB (Red+Green+Blue) = 69+120+103=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #457867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457867 is #BA8798. Grayscale: #666666. Windows color (decimal): -12224409 or 6780997. OLE color: 6780997.

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

Color convert

RGB69120103-
CMYK0.4200.140.53
HSL160º26.98%37.06%-
HSV(B)160º42.5%47.06%-
XYZ11.6215.6815.25-
YUV102.81128.1103.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 120 (47.27% from 255) = 41.10%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=23.63%
G=41.10%
B=35.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691201030.4200.140.5316026.9837.06
Hex4578672A0E35a01b25
Octal10517014752016652403345
Binary100010111110001100111101010011101101011010000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457867; }

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

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

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

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

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

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

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

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