#338E74

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

Shades of Viridian #338E74

Tints of Viridian #338E74

Color information

#338E74 (or 0x338E74) is unknown color: approx Viridian. HEX triplet: 33, 8E and 74. RGB value is (51,142,116). Sum of RGB (Red+Green+Blue) = 51+142+116=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #338E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338E74 is #CC718B. Grayscale: #6F6F6F. Windows color (decimal): -13398412 or 7638579. OLE color: 7638579.

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

Color convert

RGB51142116-
CMYK0.6400.180.44
HSL162.86º47.15%37.84%-
HSV(B)162.86º64.08%55.69%-
XYZ14.1921.3119.89-
YUV111.83130.3584.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=16.50%
G=45.95%
B=37.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511421160.6400.180.44162.8647.1537.84
Hex338E74400122Ca32f26
Octal63216164100022542435746
Binary110011100011101110100100000001001010110010100011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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