#397E62

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

Shades of Viridian #397E62

Tints of Viridian #397E62

Color information

#397E62 (or 0x397E62) is unknown color: approx Viridian. HEX triplet: 39, 7E and 62. RGB value is (57,126,98). Sum of RGB (Red+Green+Blue) = 57+126+98=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 126 - color contains mainly: green. Hex color #397E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E62 is #C6819D. Grayscale: #666666. Windows color (decimal): -13009310 or 6454841. OLE color: 6454841.

HSL color Cylindrical-coordinate representation of color #397E62: hue angle of 155.65º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397E62 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB5712698-
CMYK0.5500.220.51
HSL155.65º37.7%35.88%-
HSV(B)155.65º54.76%49.41%-
XYZ11.3516.6714.18-
YUV102.18125.6495.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 126 (49.61% from 255) = 44.84%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=20.28%
G=44.84%
B=34.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57126980.5500.220.51155.6537.735.88
Hex397E6237016339c2624
Octal7117614267026632344644
Binary1110011111110110001011011101011011001110011100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397E62; }

 p { color: rgb(57,126,98); }

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

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

 a { background-color: rgb(57,126,98); }

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

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

 span { border-color: rgb(57,126,98); }

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