#469277

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

Shades of Viridian #469277

Tints of Viridian #469277

Color information

#469277 (or 0x469277) is unknown color: approx Viridian. HEX triplet: 46, 92 and 77. RGB value is (70,146,119). Sum of RGB (Red+Green+Blue) = 70+146+119=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #469277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469277 is #B96D88. Grayscale: #787878. Windows color (decimal): -12152201 or 7836230. OLE color: 7836230.

HSL color Cylindrical-coordinate representation of color #469277: hue angle of 158.68º 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 #469277 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB70146119-
CMYK0.5200.180.43
HSL158.68º35.19%42.35%-
HSV(B)158.68º52.05%57.25%-
XYZ16.1323.1921.08-
YUV120.2127.3292.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=20.90%
G=43.58%
B=35.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701461190.5200.180.43158.6835.1942.35
Hex469277340122B9f232a
Octal10622216764022532374352
Binary100011010010010111011111010001001010101110011111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469277; }

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

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

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

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

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

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

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

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