#398F6E

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

Shades of Viridian #398F6E

Tints of Viridian #398F6E

Color information

#398F6E (or 0x398F6E) is unknown color: approx Viridian. HEX triplet: 39, 8F and 6E. RGB value is (57,143,110). Sum of RGB (Red+Green+Blue) = 57+143+110=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 143 - color contains mainly: green. Hex color #398F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398F6E is #C67091. Grayscale: #717171. Windows color (decimal): -13004946 or 7245625. OLE color: 7245625.

HSL color Cylindrical-coordinate representation of color #398F6E: hue angle of 156.98º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398F6E is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB57143110-
CMYK0.6000.230.44
HSL156.98º43%39.22%-
HSV(B)156.98º60.14%56.08%-
XYZ14.3221.6418.17-
YUV113.52126.0187.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 143 (56.25% from 255) = 46.13%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=18.39%
G=46.13%
B=35.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571431100.6000.230.44156.984339.22
Hex398F6E3C0172C9d2b27
Octal7121715674027542355347
Binary11100110001111110111011110001011110110010011101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,143,110); }

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

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

 a { background-color: rgb(57,143,110); }

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

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

 span { border-color: rgb(57,143,110); }

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