#469274

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

Shades of Viridian #469274

Tints of Viridian #469274

Color information

#469274 (or 0x469274) is unknown color: approx Viridian. HEX triplet: 46, 92 and 74. RGB value is (70,146,116). Sum of RGB (Red+Green+Blue) = 70+146+116=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #469274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469274 is #B96D8B. Grayscale: #777777. Windows color (decimal): -12152204 or 7639622. OLE color: 7639622.

HSL color Cylindrical-coordinate representation of color #469274: hue angle of 156.32º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469274 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB70146116-
CMYK0.5200.210.43
HSL156.32º35.19%42.35%-
HSV(B)156.32º52.05%57.25%-
XYZ15.9623.1220.14-
YUV119.86125.8292.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=21.08%
G=43.98%
B=34.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701461160.5200.210.43156.3235.1942.35
Hex469274340152B9c232a
Octal10622216464025532344352
Binary100011010010010111010011010001010110101110011100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469274; }

 p { color: rgb(70,146,116); }

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

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

 a { background-color: rgb(70,146,116); }

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

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

 span { border-color: rgb(70,146,116); }

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