#398A6F

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

Shades of Viridian #398A6F

Tints of Viridian #398A6F

Color information

#398A6F (or 0x398A6F) is unknown color: approx Viridian. HEX triplet: 39, 8A and 6F. RGB value is (57,138,111). Sum of RGB (Red+Green+Blue) = 57+138+111=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #398A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A6F is #C67590. Grayscale: #6E6E6E. Windows color (decimal): -13006225 or 7309881. OLE color: 7309881.

HSL color Cylindrical-coordinate representation of color #398A6F: hue angle of 160º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398A6F is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB57138111-
CMYK0.5900.200.46
HSL160º41.54%38.24%-
HSV(B)160º58.7%54.12%-
XYZ13.6520.1918.22-
YUV110.7128.1689.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 138 (54.30% from 255) = 45.10%
BLUE value IS 111 (43.75% from 255) = 36.27%
R=18.63%
G=45.10%
B=36.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571381110.5900.200.4616041.5438.24
Hex398A6F3B0142Ea02a26
Octal7121215773024562405246
Binary11100110001010110111111101101010010111010100000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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