Html Css Color HEX #397A60 Viridian

📋 copy color: '#397A60'

red 57 ◦ green 122 ◦ blue 96

#397A60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #397A60

Tints of Viridian #397A60

RGB

 RED value IS 57 (22.66% from 255) = 20.73%

 GREEN value IS 122 (48.05% from 255) = 44.36%

 BLUE value IS 96 (37.89% from 255) = 34.91%

R = 20.73%
G = 44.36%
B = 34.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#397A60 (or 0x397A60) is known color: Viridian. HEX triplet: 39, 7A and 60. RGB value is (57,122,96). Sum of RGB (Red+Green+Blue) = 57+122+96=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #397A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A60 is #C6859F. Grayscale: #636363. Windows color (decimal): -13010336 or 6322745. OLE color: 6322745.

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

Color convert

RGB 57 122 96 -
CMYK 0.53 0 0.21 0.52
HSL 156º 0.36% 0.35% -
HSV(B) 156º 0.53% 0.48% -
XYZ 10.76 15.63 13.52 -
YUV 99.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 57 122 96 0.53 0 0.21 0.52 156 0.36 0.35
Hex 39 7A 60 35 0 15 34 9C 24 23
Octal 71 172 140 65 0 25 64 234 44 43
Binary 111001 1111010 1100000 110101 0 10101 110100 10011100 100100 100011

Color Harmonies of #397A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A60

Black with #397A60

Text Example


Text Example

White with #397A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #397A60;
 }
 .AnyTagClassName
 {
   color: #397A60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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