#397C66

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

Shades of Viridian #397C66

Tints of Viridian #397C66

Color information

#397C66 (or 0x397C66) is unknown color: approx Viridian. HEX triplet: 39, 7C and 66. RGB value is (57,124,102). Sum of RGB (Red+Green+Blue) = 57+124+102=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #397C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C66 is #C68399. Grayscale: #656565. Windows color (decimal): -13009818 or 6716473. OLE color: 6716473.

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

Color convert

RGB57124102-
CMYK0.5400.180.51
HSL160.3º37.02%35.49%-
HSV(B)160.3º54.03%48.63%-
XYZ11.2916.2415.11-
YUV101.46128.396.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 124 (48.83% from 255) = 43.82%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=20.14%
G=43.82%
B=36.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571241020.5400.180.51160.337.0235.49
Hex397C663601233a02523
Octal7117414666022632404543
Binary1110011111100110011011011001001011001110100000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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