Html Css Color HEX #397B61 Viridian

📋 copy color: '#397B61'

red 57 ◦ green 123 ◦ blue 97

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

Shades of Viridian #397B61

Tints of Viridian #397B61

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.4%

 BLUE value IS 97 (38.28% from 255) = 35.02%

R = 20.58%
G = 44.4%
B = 35.02%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#397B61 (or 0x397B61) is known color: Viridian. HEX triplet: 39, 7B and 61. RGB value is (57,123,97). Sum of RGB (Red+Green+Blue) = 57+123+97=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #397B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B61 is #C6849E. Grayscale: #646464. Windows color (decimal): -13010079 or 6388537. OLE color: 6388537.

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

Color convert

RGB 57 123 97 -
CMYK 0.54 0 0.21 0.52
HSL 156.36º 0.37% 0.35% -
HSV(B) 156.36º 0.54% 0.48% -
XYZ 10.93 15.9 13.8 -
YUV 100.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 57 123 97 0.54 0 0.21 0.52 156.36 0.37 0.35
Hex 39 7B 61 36 0 15 34 9C 25 23
Octal 71 173 141 66 0 25 64 234 45 43
Binary 111001 1111011 1100001 110110 0 10101 110100 10011100 100101 100011

Color Harmonies of #397B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397B61

Black with #397B61

Text Example


Text Example

White with #397B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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