#337960

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

Shades of Viridian #337960

Tints of Viridian #337960

Color information

#337960 (or 0x337960) is unknown color: approx Viridian. HEX triplet: 33, 79 and 60. RGB value is (51,121,96). Sum of RGB (Red+Green+Blue) = 51+121+96=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #337960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337960 is #CC869F. Grayscale: #616161. Windows color (decimal): -13403808 or 6322483. OLE color: 6322483.

HSL color Cylindrical-coordinate representation of color #337960: hue angle of 158.57º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337960 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB5112196-
CMYK0.5800.210.53
HSL158.57º40.7%33.73%-
HSV(B)158.57º57.85%47.45%-
XYZ10.3115.2213.46-
YUV97.22127.3195.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=19.03%
G=45.15%
B=35.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51121960.5800.210.53158.5740.733.73
Hex3379603A015359f2922
Octal6317114072025652375142
Binary1100111111001110000011101001010111010110011111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337960; }

 p { color: rgb(51,121,96); }

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

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

 a { background-color: rgb(51,121,96); }

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

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

 span { border-color: rgb(51,121,96); }

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