#338B71

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

Shades of Viridian #338B71

Tints of Viridian #338B71

Color information

#338B71 (or 0x338B71) is unknown color: approx Viridian. HEX triplet: 33, 8B and 71. RGB value is (51,139,113). Sum of RGB (Red+Green+Blue) = 51+139+113=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #338B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B71 is #CC748E. Grayscale: #6D6D6D. Windows color (decimal): -13399183 or 7441203. OLE color: 7441203.

HSL color Cylindrical-coordinate representation of color #338B71: hue angle of 162.27º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B71 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB51139113-
CMYK0.6300.190.45
HSL162.27º46.32%37.25%-
HSV(B)162.27º63.31%54.51%-
XYZ13.5820.3618.84-
YUV109.72129.8586.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 139 (54.69% from 255) = 45.87%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=16.83%
G=45.87%
B=37.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511391130.6300.190.45162.2746.3237.25
Hex338B713F0132Da22e25
Octal6321316177023552425645
Binary11001110001011111000111111101001110110110100010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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