#397C68

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

Shades of Viridian #397C68

Tints of Viridian #397C68

Color information

#397C68 (or 0x397C68) is unknown color: approx Viridian. HEX triplet: 39, 7C and 68. RGB value is (57,124,104). Sum of RGB (Red+Green+Blue) = 57+124+104=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #397C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C68 is #C68397. Grayscale: #656565. Windows color (decimal): -13009816 or 6847545. OLE color: 6847545.

HSL color Cylindrical-coordinate representation of color #397C68: hue angle of 162.09º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C68 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB57124104-
CMYK0.5400.160.51
HSL162.09º37.02%35.49%-
HSV(B)162.09º54.03%48.63%-
XYZ11.3916.2815.64-
YUV101.69129.396.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 124 (48.83% from 255) = 43.51%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=20%
G=43.51%
B=36.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571241040.5400.160.51162.0937.0235.49
Hex397C683601033a22523
Octal7117415066020632424543
Binary1110011111100110100011011001000011001110100010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,124,104); }

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

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

 a { background-color: rgb(57,124,104); }

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

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

 span { border-color: rgb(57,124,104); }

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