#397C6A

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

Shades of Viridian #397C6A

Tints of Viridian #397C6A

Color information

#397C6A (or 0x397C6A) is unknown color: approx Viridian. HEX triplet: 39, 7C and 6A. RGB value is (57,124,106). Sum of RGB (Red+Green+Blue) = 57+124+106=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #397C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C6A is #C68395. Grayscale: #656565. Windows color (decimal): -13009814 or 6978617. OLE color: 6978617.

HSL color Cylindrical-coordinate representation of color #397C6A: hue angle of 163.88º 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 #397C6A is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB57124106-
CMYK0.5400.150.51
HSL163.88º37.02%35.49%-
HSV(B)163.88º54.03%48.63%-
XYZ11.516.3316.18-
YUV101.92130.395.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=19.86%
G=43.21%
B=36.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571241060.5400.150.51163.8837.0235.49
Hex397C6A360F33a42523
Octal7117415266017632444543
Binary111001111110011010101101100111111001110100100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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