#398976

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

Shades of Viridian #398976

Tints of Viridian #398976

Color information

#398976 (or 0x398976) is unknown color: approx Viridian. HEX triplet: 39, 89 and 76. RGB value is (57,137,118). Sum of RGB (Red+Green+Blue) = 57+137+118=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #398976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398976 is #C67689. Grayscale: #6E6E6E. Windows color (decimal): -13006474 or 7768377. OLE color: 7768377.

HSL color Cylindrical-coordinate representation of color #398976: hue angle of 165.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398976 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB57137118-
CMYK0.5800.140.46
HSL165.75º41.24%38.04%-
HSV(B)165.75º58.39%53.73%-
XYZ13.920.0720.28-
YUV110.9113289.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=18.27%
G=43.91%
B=37.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571371180.5800.140.46165.7541.2438.04
Hex3989763A0E2Ea62926
Octal7121116672016562465146
Binary1110011000100111101101110100111010111010100110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398976; }

 p { color: rgb(57,137,118); }

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

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

 a { background-color: rgb(57,137,118); }

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

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

 span { border-color: rgb(57,137,118); }

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