#469477

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

Shades of Viridian #469477

Tints of Viridian #469477

Color information

#469477 (or 0x469477) is unknown color: approx Viridian. HEX triplet: 46, 94 and 77. RGB value is (70,148,119). Sum of RGB (Red+Green+Blue) = 70+148+119=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #469477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469477 is #B96B88. Grayscale: #797979. Windows color (decimal): -12151689 or 7836742. OLE color: 7836742.

HSL color Cylindrical-coordinate representation of color #469477: hue angle of 157.69º 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 #469477 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB70148119-
CMYK0.5300.200.42
HSL157.69º35.78%42.75%-
HSV(B)157.69º52.7%58.04%-
XYZ16.4523.8121.18-
YUV121.37126.6691.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=20.77%
G=43.92%
B=35.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701481190.5300.200.42157.6935.7842.75
Hex469477350142A9e242b
Octal10622416765024522364453
Binary100011010010100111011111010101010010101010011110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469477; }

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

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

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

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

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

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

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

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