#339372

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

Shades of Viridian #339372

Tints of Viridian #339372

Color information

#339372 (or 0x339372) is unknown color: approx Viridian. HEX triplet: 33, 93 and 72. RGB value is (51,147,114). Sum of RGB (Red+Green+Blue) = 51+147+114=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #339372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339372 is #CC6C8D. Grayscale: #727272. Windows color (decimal): -13397134 or 7508787. OLE color: 7508787.

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

Color convert

RGB51147114-
CMYK0.6500.220.42
HSL159.38º48.48%38.82%-
HSV(B)159.38º65.31%57.65%-
XYZ14.8422.7919.54-
YUV114.53127.782.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=16.35%
G=47.12%
B=36.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511471140.6500.220.42159.3848.4838.82
Hex339372410162A9f3027
Octal63223162101026522376047
Binary110011100100111110010100000101011010101010011111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339372; }

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

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

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

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

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

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

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

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