#469372

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

Shades of Viridian #469372

Tints of Viridian #469372

Color information

#469372 (or 0x469372) is unknown color: approx Viridian. HEX triplet: 46, 93 and 72. RGB value is (70,147,114). Sum of RGB (Red+Green+Blue) = 70+147+114=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #469372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469372 is #B96C8D. Grayscale: #787878. Windows color (decimal): -12151950 or 7508806. OLE color: 7508806.

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

Color convert

RGB70147114-
CMYK0.5200.220.42
HSL154.29º35.48%42.55%-
HSV(B)154.29º52.38%57.65%-
XYZ1623.3819.59-
YUV120.21124.4992.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 147 (57.81% from 255) = 44.41%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=21.15%
G=44.41%
B=34.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701471140.5200.220.42154.2935.4842.55
Hex469372340162A9a232b
Octal10622316264026522324353
Binary100011010010011111001011010001011010101010011010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469372; }

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

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

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

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

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

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

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

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