#468770

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

Shades of Viridian #468770

Tints of Viridian #468770

Color information

#468770 (or 0x468770) is unknown color: approx Viridian. HEX triplet: 46, 87 and 70. RGB value is (70,135,112). Sum of RGB (Red+Green+Blue) = 70+135+112=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #468770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468770 is #B9788F. Grayscale: #707070. Windows color (decimal): -12155024 or 7374662. OLE color: 7374662.

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

Color convert

RGB70135112-
CMYK0.4800.170.47
HSL158.77º31.71%40.2%-
HSV(B)158.77º48.15%52.94%-
XYZ14.1119.818.41-
YUV112.94127.4797.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=22.08%
G=42.59%
B=35.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701351120.4800.170.47158.7731.7140.2
Hex468770300112F9f2028
Octal10620716060021572374050
Binary100011010000111111000011000001000110111110011111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468770; }

 p { color: rgb(70,135,112); }

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

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

 a { background-color: rgb(70,135,112); }

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

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

 span { border-color: rgb(70,135,112); }

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