#397D68

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

Shades of Viridian #397D68

Tints of Viridian #397D68

Color information

#397D68 (or 0x397D68) is unknown color: approx Viridian. HEX triplet: 39, 7D and 68. RGB value is (57,125,104). Sum of RGB (Red+Green+Blue) = 57+125+104=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #397D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397D68 is #C68297. Grayscale: #666666. Windows color (decimal): -13009560 or 6847801. OLE color: 6847801.

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

Color convert

RGB57125104-
CMYK0.5400.170.51
HSL161.47º37.36%35.69%-
HSV(B)161.47º54.4%49.02%-
XYZ11.5216.5415.68-
YUV102.27128.9795.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 125 (49.22% from 255) = 43.71%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=19.93%
G=43.71%
B=36.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571251040.5400.170.51161.4737.3635.69
Hex397D683601133a12524
Octal7117515066021632414544
Binary1110011111101110100011011001000111001110100001100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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