Html Css Color HEX #397C61 Viridian

📋 copy color: '#397C61'

red 57 ◦ green 124 ◦ blue 97

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

Shades of Viridian #397C61

Tints of Viridian #397C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.6%

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

R = 20.5%
G = 44.6%
B = 34.89%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#397C61 (or 0x397C61) is known color: Viridian. HEX triplet: 39, 7C and 61. RGB value is (57,124,97). Sum of RGB (Red+Green+Blue) = 57+124+97=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 124 - color contains mainly: green. Hex color #397C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C61 is #C6839E. Grayscale: #646464. Windows color (decimal): -13009823 or 6388793. OLE color: 6388793.

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

Color convert

RGB 57 124 97 -
CMYK 0.54 0 0.22 0.51
HSL 155.82º 0.37% 0.35% -
HSV(B) 155.82º 0.54% 0.49% -
XYZ 11.05 16.15 13.84 -
YUV 100.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 57 124 97 0.54 0 0.22 0.51 155.82 0.37 0.35
Hex 39 7C 61 36 0 16 33 9C 25 23
Octal 71 174 141 66 0 26 63 234 45 43
Binary 111001 1111100 1100001 110110 0 10110 110011 10011100 100101 100011

Color Harmonies of #397C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C61

Black with #397C61

Text Example


Text Example

White with #397C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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