Html Css Color HEX #397961 Viridian

📋 copy color: '#397961'

red 57 ◦ green 121 ◦ blue 97

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

Shades of Viridian #397961

Tints of Viridian #397961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44%

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

R = 20.73%
G = 44%
B = 35.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#397961 (or 0x397961) is known color: Viridian. HEX triplet: 39, 79 and 61. RGB value is (57,121,97). Sum of RGB (Red+Green+Blue) = 57+121+97=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #397961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397961 is #C6869E. Grayscale: #636363. Windows color (decimal): -13010591 or 6388025. OLE color: 6388025.

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

Color convert

RGB 57 121 97 -
CMYK 0.53 0 0.20 0.53
HSL 157.5º 0.36% 0.35% -
HSV(B) 157.5º 0.53% 0.47% -
XYZ 10.68 15.41 13.72 -
YUV 99.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 57 121 97 0.53 0 0.20 0.53 157.5 0.36 0.35
Hex 39 79 61 35 0 14 35 9E 24 23
Octal 71 171 141 65 0 24 65 236 44 43
Binary 111001 1111001 1100001 110101 0 10100 110101 10011110 100100 100011

Color Harmonies of #397961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397961

Black with #397961

Text Example


Text Example

White with #397961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397961; }

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

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

background-color css

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

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

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

border-color css

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

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

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