#469572

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

Shades of Viridian #469572

Tints of Viridian #469572

Color information

#469572 (or 0x469572) is unknown color: approx Viridian. HEX triplet: 46, 95 and 72. RGB value is (70,149,114). Sum of RGB (Red+Green+Blue) = 70+149+114=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #469572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469572 is #B96A8D. Grayscale: #797979. Windows color (decimal): -12151438 or 7509318. OLE color: 7509318.

HSL color Cylindrical-coordinate representation of color #469572: hue angle of 153.42º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469572 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB70149114-
CMYK0.5300.230.42
HSL153.42º36.07%42.94%-
HSV(B)153.42º53.02%58.43%-
XYZ16.3124.0119.69-
YUV121.39123.8391.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.02%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=21.02%
G=44.74%
B=34.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701491140.5300.230.42153.4236.0742.94
Hex469572350172A99242b
Octal10622516265027522314453
Binary100011010010101111001011010101011110101010011001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469572; }

 p { color: rgb(70,149,114); }

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

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

 a { background-color: rgb(70,149,114); }

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

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

 span { border-color: rgb(70,149,114); }

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