#397D67

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

Shades of Viridian #397D67

Tints of Viridian #397D67

Color information

#397D67 (or 0x397D67) is unknown color: approx Viridian. HEX triplet: 39, 7D and 67. RGB value is (57,125,103). Sum of RGB (Red+Green+Blue) = 57+125+103=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #397D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397D67 is #C68298. Grayscale: #666666. Windows color (decimal): -13009561 or 6782265. OLE color: 6782265.

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

Color convert

RGB57125103-
CMYK0.5400.180.51
HSL160.59º37.36%35.69%-
HSV(B)160.59º54.4%49.02%-
XYZ11.4716.5215.42-
YUV102.16128.4795.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 125 (49.22% from 255) = 43.86%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=20%
G=43.86%
B=36.14%

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
Decimal571251030.5400.180.51160.5937.3635.69
Hex397D673601233a12524
Octal7117514766022632414544
Binary1110011111101110011111011001001011001110100001100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,125,103); }

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

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

 a { background-color: rgb(57,125,103); }

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

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

 span { border-color: rgb(57,125,103); }

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