#338C72

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

Shades of Viridian #338C72

Tints of Viridian #338C72

Color information

#338C72 (or 0x338C72) is unknown color: approx Viridian. HEX triplet: 33, 8C and 72. RGB value is (51,140,114). Sum of RGB (Red+Green+Blue) = 51+140+114=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #338C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338C72 is #CC738D. Grayscale: #6E6E6E. Windows color (decimal): -13398926 or 7506995. OLE color: 7506995.

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

Color convert

RGB51140114-
CMYK0.6400.190.45
HSL162.47º46.6%37.45%-
HSV(B)162.47º63.57%54.9%-
XYZ13.7820.6719.18-
YUV110.42130.0185.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 140 (55.08% from 255) = 45.90%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=16.72%
G=45.90%
B=37.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511401140.6400.190.45162.4746.637.45
Hex338C72400132Da22f25
Octal63214162100023552425745
Binary110011100011001110010100000001001110110110100010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,140,114); }

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

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

 a { background-color: rgb(51,140,114); }

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

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

 span { border-color: rgb(51,140,114); }

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