#398A72

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

Shades of Viridian #398A72

Tints of Viridian #398A72

Color information

#398A72 (or 0x398A72) is unknown color: approx Viridian. HEX triplet: 39, 8A and 72. RGB value is (57,138,114). Sum of RGB (Red+Green+Blue) = 57+138+114=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #398A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A72 is #C6758D. Grayscale: #6F6F6F. Windows color (decimal): -13006222 or 7506489. OLE color: 7506489.

HSL color Cylindrical-coordinate representation of color #398A72: hue angle of 162.22º 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 #398A72 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB57138114-
CMYK0.5900.170.46
HSL162.22º41.54%38.24%-
HSV(B)162.22º58.7%54.12%-
XYZ13.8120.2619.1-
YUV111.04129.6689.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=18.45%
G=44.66%
B=36.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571381140.5900.170.46162.2241.5438.24
Hex398A723B0112Ea22a26
Octal7121216273021562425246
Binary11100110001010111001011101101000110111010100010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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