#397860

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

Shades of Viridian #397860

Tints of Viridian #397860

Color information

#397860 (or 0x397860) is unknown color: approx Viridian. HEX triplet: 39, 78 and 60. RGB value is (57,120,96). Sum of RGB (Red+Green+Blue) = 57+120+96=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #397860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397860 is #C6879F. Grayscale: #626262. Windows color (decimal): -13010848 or 6322233. OLE color: 6322233.

HSL color Cylindrical-coordinate representation of color #397860: hue angle of 157.14º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397860 is Cyan = 0.52, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB5712096-
CMYK0.5200.20.53
HSL157.14º35.59%34.71%-
HSV(B)157.14º52.5%47.06%-
XYZ10.5215.1513.44-
YUV98.43126.6398.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=20.88%
G=43.96%
B=35.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120960.5200.20.53157.1435.5934.71
Hex39786034014359d2423
Octal7117014064024652354443
Binary1110011111000110000011010001010011010110011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397860; }

 p { color: rgb(57,120,96); }

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

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

 a { background-color: rgb(57,120,96); }

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

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

 span { border-color: rgb(57,120,96); }

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