#397A62

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

Shades of Viridian #397A62

Tints of Viridian #397A62

Color information

#397A62 (or 0x397A62) is unknown color: approx Viridian. HEX triplet: 39, 7A and 62. RGB value is (57,122,98). Sum of RGB (Red+Green+Blue) = 57+122+98=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #397A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A62 is #C6859D. Grayscale: #636363. Windows color (decimal): -13010334 or 6453817. OLE color: 6453817.

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

Color convert

RGB5712298-
CMYK0.5300.200.52
HSL157.85º36.31%35.1%-
HSV(B)157.85º53.28%47.84%-
XYZ10.8515.6714.01-
YUV99.83126.9797.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=20.58%
G=44.04%
B=35.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122980.5300.200.52157.8536.3135.1
Hex397A6235014349e2423
Octal7117214265024642364443
Binary1110011111010110001011010101010011010010011110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,122,98); }

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

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

 a { background-color: rgb(57,122,98); }

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

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

 span { border-color: rgb(57,122,98); }

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