#397B6A

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

Shades of Viridian #397B6A

Tints of Viridian #397B6A

Color information

#397B6A (or 0x397B6A) is unknown color: approx Viridian. HEX triplet: 39, 7B and 6A. RGB value is (57,123,106). Sum of RGB (Red+Green+Blue) = 57+123+106=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 123 - color contains mainly: green. Hex color #397B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B6A is #C68495. Grayscale: #656565. Windows color (decimal): -13010070 or 6978361. OLE color: 6978361.

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

Color convert

RGB57123106-
CMYK0.5400.140.52
HSL164.55º36.67%35.29%-
HSV(B)164.55º53.66%48.24%-
XYZ11.3716.0816.14-
YUV101.33130.6396.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 123 (48.44% from 255) = 43.01%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=19.93%
G=43.01%
B=37.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal571231060.5400.140.52164.5536.6735.29
Hex397B6A360E34a52523
Octal7117315266016642454543
Binary111001111101111010101101100111011010010100101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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