#398D6F

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

Shades of Viridian #398D6F

Tints of Viridian #398D6F

Color information

#398D6F (or 0x398D6F) is unknown color: approx Viridian. HEX triplet: 39, 8D and 6F. RGB value is (57,141,111). Sum of RGB (Red+Green+Blue) = 57+141+111=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #398D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398D6F is #C67290. Grayscale: #707070. Windows color (decimal): -13005457 or 7310649. OLE color: 7310649.

HSL color Cylindrical-coordinate representation of color #398D6F: hue angle of 158.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398D6F is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB57141111-
CMYK0.6000.210.45
HSL158.57º42.42%38.82%-
HSV(B)158.57º59.57%55.29%-
XYZ14.0821.0718.36-
YUV112.46127.1788.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 141 (55.47% from 255) = 45.63%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=18.45%
G=45.63%
B=35.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571411110.6000.210.45158.5742.4238.82
Hex398D6F3C0152D9f2a27
Octal7121515774025552375247
Binary11100110001101110111111110001010110110110011111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398D6F; }

 p { color: rgb(57,141,111); }

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

<style>
 a { background-color: #398D6F; }

 a { background-color: rgb(57,141,111); }

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

<style>
 span { border-color: #398D6F; }

 span { border-color: rgb(57,141,111); }

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