#397561

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

Shades of Viridian #397561

Tints of Viridian #397561

Color information

#397561 (or 0x397561) is unknown color: approx Viridian. HEX triplet: 39, 75 and 61. RGB value is (57,117,97). Sum of RGB (Red+Green+Blue) = 57+117+97=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #397561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397561 is #C68A9E. Grayscale: #606060. Windows color (decimal): -13011615 or 6387001. OLE color: 6387001.

HSL color Cylindrical-coordinate representation of color #397561: hue angle of 160º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397561 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB5711797-
CMYK0.5100.170.54
HSL160º34.48%34.12%-
HSV(B)160º51.28%45.88%-
XYZ10.2114.4613.56-
YUV96.78128.1299.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=21.03%
G=43.17%
B=35.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57117970.5100.170.5416034.4834.12
Hex3975613301136a02222
Octal7116514163021662404242
Binary1110011110101110000111001101000111011010100000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397561; }

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

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

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

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

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

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

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

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