#458268

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

Shades of Viridian #458268

Tints of Viridian #458268

Color information

#458268 (or 0x458268) is unknown color: approx Viridian. HEX triplet: 45, 82 and 68. RGB value is (69,130,104). Sum of RGB (Red+Green+Blue) = 69+130+104=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #458268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458268 is #BA7D97. Grayscale: #6C6C6C. Windows color (decimal): -12221848 or 6849093. OLE color: 6849093.

HSL color Cylindrical-coordinate representation of color #458268: hue angle of 154.43º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #458268 is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB69130104-
CMYK0.4700.20.49
HSL154.43º30.65%39.02%-
HSV(B)154.43º46.92%50.98%-
XYZ12.9418.2315.93-
YUV108.8125.2999.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=22.77%
G=42.90%
B=34.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691301040.4700.20.49154.4330.6539.02
Hex4582682F014319a1f27
Octal10520215057024612323747
Binary10001011000001011010001011110101001100011001101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458268; }

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

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

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

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

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

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

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

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