#468977

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

Shades of Viridian #468977

Tints of Viridian #468977

Color information

#468977 (or 0x468977) is unknown color: approx Viridian. HEX triplet: 46, 89 and 77. RGB value is (70,137,119). Sum of RGB (Red+Green+Blue) = 70+137+119=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #468977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468977 is #B97688. Grayscale: #727272. Windows color (decimal): -12154505 or 7833926. OLE color: 7833926.

HSL color Cylindrical-coordinate representation of color #468977: hue angle of 163.88º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468977 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB70137119-
CMYK0.4900.130.46
HSL163.88º32.37%40.59%-
HSV(B)163.88º48.91%53.73%-
XYZ14.820.5320.63-
YUV114.92130.395.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=21.47%
G=42.02%
B=36.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701371190.4900.130.46163.8832.3740.59
Hex468977310D2Ea42029
Octal10621116761015562444051
Binary10001101000100111101111100010110110111010100100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468977; }

 p { color: rgb(70,137,119); }

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

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

 a { background-color: rgb(70,137,119); }

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

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

 span { border-color: rgb(70,137,119); }

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