#398E78

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

Shades of Viridian #398E78

Tints of Viridian #398E78

Color information

#398E78 (or 0x398E78) is unknown color: approx Viridian. HEX triplet: 39, 8E and 78. RGB value is (57,142,120). Sum of RGB (Red+Green+Blue) = 57+142+120=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #398E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398E78 is #C67187. Grayscale: #727272. Windows color (decimal): -13005192 or 7900729. OLE color: 7900729.

HSL color Cylindrical-coordinate representation of color #398E78: hue angle of 164.47º 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 #398E78 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB57142120-
CMYK0.6000.150.44
HSL164.47º42.71%39.02%-
HSV(B)164.47º59.86%55.69%-
XYZ14.7521.5721.16-
YUV114.08131.3487.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 142 (55.86% from 255) = 44.51%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=17.87%
G=44.51%
B=37.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571421200.6000.150.44164.4742.7139.02
Hex398E783C0F2Ca42b27
Octal7121617074017542445347
Binary1110011000111011110001111000111110110010100100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,142,120); }

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

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

 a { background-color: rgb(57,142,120); }

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

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

 span { border-color: rgb(57,142,120); }

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