#338E71

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

Shades of Viridian #338E71

Tints of Viridian #338E71

Color information

#338E71 (or 0x338E71) is unknown color: approx Viridian. HEX triplet: 33, 8E and 71. RGB value is (51,142,113). Sum of RGB (Red+Green+Blue) = 51+142+113=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #338E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338E71 is #CC718E. Grayscale: #6F6F6F. Windows color (decimal): -13398415 or 7441971. OLE color: 7441971.

HSL color Cylindrical-coordinate representation of color #338E71: hue angle of 160.88º 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 #338E71 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB51142113-
CMYK0.6400.200.44
HSL160.88º47.15%37.84%-
HSV(B)160.88º64.08%55.69%-
XYZ14.0221.2418.98-
YUV111.48128.8584.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 142 (55.86% from 255) = 46.41%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=16.67%
G=46.41%
B=36.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511421130.6400.200.44160.8847.1537.84
Hex338E71400142Ca12f26
Octal63216161100024542415746
Binary110011100011101110001100000001010010110010100001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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