#349172

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

Shades of Viridian #349172

Tints of Viridian #349172

Color information

#349172 (or 0x349172) is unknown color: approx Viridian. HEX triplet: 34, 91 and 72. RGB value is (52,145,114). Sum of RGB (Red+Green+Blue) = 52+145+114=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #349172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349172 is #CB6E8D. Grayscale: #717171. Windows color (decimal): -13332110 or 7508276. OLE color: 7508276.

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

Color convert

RGB52145114-
CMYK0.6400.210.43
HSL160º47.21%38.63%-
HSV(B)160º64.14%56.86%-
XYZ14.5822.219.44-
YUV113.66128.1984.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 114 (44.92% from 255) = 36.66%
R=16.72%
G=46.62%
B=36.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521451140.6400.210.4316047.2138.63
Hex349172400152Ba02f27
Octal64221162100025532405747
Binary110100100100011110010100000001010110101110100000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349172; }

 p { color: rgb(52,145,114); }

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

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

 a { background-color: rgb(52,145,114); }

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

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

 span { border-color: rgb(52,145,114); }

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