#337E65

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

Shades of Viridian #337E65

Tints of Viridian #337E65

Color information

#337E65 (or 0x337E65) is unknown color: approx Viridian. HEX triplet: 33, 7E and 65. RGB value is (51,126,101). Sum of RGB (Red+Green+Blue) = 51+126+101=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 126 - color contains mainly: green. Hex color #337E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E65 is #CC819A. Grayscale: #646464. Windows color (decimal): -13402523 or 6651443. OLE color: 6651443.

HSL color Cylindrical-coordinate representation of color #337E65: hue angle of 160º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E65 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB51126101-
CMYK0.6000.200.51
HSL160º42.37%34.71%-
HSV(B)160º59.52%49.41%-
XYZ11.1816.5714.92-
YUV100.72128.1592.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 126 (49.61% from 255) = 45.32%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=18.35%
G=45.32%
B=36.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511261010.6000.200.5116042.3734.71
Hex337E653C01433a02a23
Octal6317614574024632405243
Binary1100111111110110010111110001010011001110100000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337E65; }

 p { color: rgb(51,126,101); }

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

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

 a { background-color: rgb(51,126,101); }

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

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

 span { border-color: rgb(51,126,101); }

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