#397863

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

Shades of Viridian #397863

Tints of Viridian #397863

Color information

#397863 (or 0x397863) is unknown color: approx Viridian. HEX triplet: 39, 78 and 63. RGB value is (57,120,99). Sum of RGB (Red+Green+Blue) = 57+120+99=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #397863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397863 is #C6879C. Grayscale: #626262. Windows color (decimal): -13010845 or 6518841. OLE color: 6518841.

HSL color Cylindrical-coordinate representation of color #397863: hue angle of 160º 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 #397863 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB5712099-
CMYK0.5200.170.53
HSL160º35.59%34.71%-
HSV(B)160º52.5%47.06%-
XYZ10.6615.214.18-
YUV98.77128.1398.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=20.65%
G=43.48%
B=35.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120990.5200.170.5316035.5934.71
Hex3978633401135a02423
Octal7117014364021652404443
Binary1110011111000110001111010001000111010110100000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397863; }

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

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

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

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

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

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

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

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