#468868

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

Shades of Viridian #468868

Tints of Viridian #468868

Color information

#468868 (or 0x468868) is unknown color: approx Viridian. HEX triplet: 46, 88 and 68. RGB value is (70,136,104). Sum of RGB (Red+Green+Blue) = 70+136+104=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #468868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468868 is #B97797. Grayscale: #707070. Windows color (decimal): -12154776 or 6850630. OLE color: 6850630.

HSL color Cylindrical-coordinate representation of color #468868: hue angle of 150.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468868 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB70136104-
CMYK0.4900.240.47
HSL150.91º32.04%40.39%-
HSV(B)150.91º48.53%53.33%-
XYZ13.8319.9116.21-
YUV112.62123.1397.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=22.58%
G=43.87%
B=33.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701361040.4900.240.47150.9132.0440.39
Hex468868310182F972028
Octal10621015061030572274050
Binary100011010001000110100011000101100010111110010111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468868; }

 p { color: rgb(70,136,104); }

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

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

 a { background-color: rgb(70,136,104); }

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

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

 span { border-color: rgb(70,136,104); }

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