#338E73

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

Shades of Viridian #338E73

Tints of Viridian #338E73

Color information

#338E73 (or 0x338E73) is unknown color: approx Viridian. HEX triplet: 33, 8E and 73. RGB value is (51,142,115). Sum of RGB (Red+Green+Blue) = 51+142+115=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #338E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338E73 is #CC718C. Grayscale: #6F6F6F. Windows color (decimal): -13398413 or 7573043. OLE color: 7573043.

HSL color Cylindrical-coordinate representation of color #338E73: hue angle of 162.2º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338E73 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB51142115-
CMYK0.6400.190.44
HSL162.2º47.15%37.84%-
HSV(B)162.2º64.08%55.69%-
XYZ14.1321.2919.58-
YUV111.71129.8584.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 142 (55.86% from 255) = 46.10%
BLUE value IS 115 (45.31% from 255) = 37.34%
R=16.56%
G=46.10%
B=37.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511421150.6400.190.44162.247.1537.84
Hex338E73400132Ca22f26
Octal63216163100023542425746
Binary110011100011101110011100000001001110110010100010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338E73; }

 p { color: rgb(51,142,115); }

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

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

 a { background-color: rgb(51,142,115); }

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

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

 span { border-color: rgb(51,142,115); }

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