#468969

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

Shades of Viridian #468969

Tints of Viridian #468969

Color information

#468969 (or 0x468969) is unknown color: approx Viridian. HEX triplet: 46, 89 and 69. RGB value is (70,137,105). Sum of RGB (Red+Green+Blue) = 70+137+105=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #468969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468969 is #B97696. Grayscale: #717171. Windows color (decimal): -12154519 or 6916422. OLE color: 6916422.

HSL color Cylindrical-coordinate representation of color #468969: hue angle of 151.34º 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 #468969 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB70137105-
CMYK0.4900.230.46
HSL151.34º32.37%40.59%-
HSV(B)151.34º48.91%53.73%-
XYZ14.0220.2116.53-
YUV113.32123.397.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=22.44%
G=43.91%
B=33.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701371050.4900.230.46151.3432.3740.59
Hex468969310172E972029
Octal10621115161027562274051
Binary100011010001001110100111000101011110111010010111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468969; }

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

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

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

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

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

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

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

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