#397861

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

Shades of Viridian #397861

Tints of Viridian #397861

Color information

#397861 (or 0x397861) is unknown color: approx Viridian. HEX triplet: 39, 78 and 61. RGB value is (57,120,97). Sum of RGB (Red+Green+Blue) = 57+120+97=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #397861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397861 is #C6879E. Grayscale: #626262. Windows color (decimal): -13010847 or 6387769. OLE color: 6387769.

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

Color convert

RGB5712097-
CMYK0.5200.190.53
HSL158.1º35.59%34.71%-
HSV(B)158.1º52.5%47.06%-
XYZ10.5615.1713.68-
YUV98.54127.1398.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=20.80%
G=43.80%
B=35.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120970.5200.190.53158.135.5934.71
Hex39786134013359e2423
Octal7117014164023652364443
Binary1110011111000110000111010001001111010110011110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397861; }

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

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

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

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

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

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

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

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