#469073

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

Shades of Viridian #469073

Tints of Viridian #469073

Color information

#469073 (or 0x469073) is unknown color: approx Viridian. HEX triplet: 46, 90 and 73. RGB value is (70,144,115). Sum of RGB (Red+Green+Blue) = 70+144+115=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #469073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469073 is #B96F8C. Grayscale: #767676. Windows color (decimal): -12152717 or 7573574. OLE color: 7573574.

HSL color Cylindrical-coordinate representation of color #469073: hue angle of 156.49º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #469073 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB70144115-
CMYK0.5100.200.44
HSL156.49º34.58%41.96%-
HSV(B)156.49º51.39%56.47%-
XYZ15.5922.4919.74-
YUV118.57125.9893.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=21.28%
G=43.77%
B=34.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701441150.5100.200.44156.4934.5841.96
Hex469073330142C9c232a
Octal10622016363024542344352
Binary100011010010000111001111001101010010110010011100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469073; }

 p { color: rgb(70,144,115); }

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

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

 a { background-color: rgb(70,144,115); }

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

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

 span { border-color: rgb(70,144,115); }

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