#397B61

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

Shades of Viridian #397B61

Tints of Viridian #397B61

Color information

#397B61 (or 0x397B61) is unknown color: approx Viridian. HEX triplet: 39, 7B and 61. RGB value is (57,123,97). Sum of RGB (Red+Green+Blue) = 57+123+97=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #397B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B61 is #C6849E. Grayscale: #646464. Windows color (decimal): -13010079 or 6388537. OLE color: 6388537.

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

Color convert

RGB5712397-
CMYK0.5400.210.52
HSL156.36º36.67%35.29%-
HSV(B)156.36º53.66%48.24%-
XYZ10.9315.913.8-
YUV100.3126.1397.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 123 (48.44% from 255) = 44.40%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=20.58%
G=44.40%
B=35.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57123970.5400.210.52156.3636.6735.29
Hex397B6136015349c2523
Octal7117314166025642344543
Binary1110011111011110000111011001010111010010011100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,123,97); }

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

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

 a { background-color: rgb(57,123,97); }

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

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

 span { border-color: rgb(57,123,97); }

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