#398A70

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

Shades of Viridian #398A70

Tints of Viridian #398A70

Color information

#398A70 (or 0x398A70) is unknown color: approx Viridian. HEX triplet: 39, 8A and 70. RGB value is (57,138,112). Sum of RGB (Red+Green+Blue) = 57+138+112=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #398A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A70 is #C6758F. Grayscale: #6E6E6E. Windows color (decimal): -13006224 or 7375417. OLE color: 7375417.

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

Color convert

RGB57138112-
CMYK0.5900.190.46
HSL160.74º41.54%38.24%-
HSV(B)160.74º58.7%54.12%-
XYZ13.720.2218.51-
YUV110.82128.6689.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.57%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=18.57%
G=44.95%
B=36.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571381120.5900.190.46160.7441.5438.24
Hex398A703B0132Ea12a26
Octal7121216073023562415246
Binary11100110001010111000011101101001110111010100001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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