#339172

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

Shades of Viridian #339172

Tints of Viridian #339172

Color information

#339172 (or 0x339172) is unknown color: approx Viridian. HEX triplet: 33, 91 and 72. RGB value is (51,145,114). Sum of RGB (Red+Green+Blue) = 51+145+114=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #339172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339172 is #CC6E8D. Grayscale: #717171. Windows color (decimal): -13397646 or 7508275. OLE color: 7508275.

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

Color convert

RGB51145114-
CMYK0.6500.210.43
HSL160.21º47.96%38.43%-
HSV(B)160.21º64.83%56.86%-
XYZ14.5322.1719.43-
YUV113.36128.3683.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=16.45%
G=46.77%
B=36.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511451140.6500.210.43160.2147.9638.43
Hex339172410152Ba03026
Octal63221162101025532406046
Binary110011100100011110010100000101010110101110100000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339172; }

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

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

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

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

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

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

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

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