Html Css Color HEX #397861 Viridian

📋 copy color: '#397861'

red 57 ◦ green 120 ◦ blue 97

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

Shades of Viridian #397861

Tints of Viridian #397861

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.8%

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

R = 20.8%
G = 43.8%
B = 35.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#397861 (or 0x397861) is known color: Viridian. HEX triplet: 39, 78 and 61. RGB value is (57,120,97). Sum of RGB (Red+Green+Blue) = 57+120+97=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #397861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397861 is #C6879E. Grayscale: #626262. Windows color (decimal): -13010847 or 6387769. OLE color: 6387769.

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

Color convert

RGB 57 120 97 -
CMYK 0.52 0 0.19 0.53
HSL 158.1º 0.36% 0.35% -
HSV(B) 158.1º 0.53% 0.47% -
XYZ 10.56 15.17 13.68 -
YUV 98.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 57 120 97 0.52 0 0.19 0.53 158.1 0.36 0.35
Hex 39 78 61 34 0 13 35 9E 24 23
Octal 71 170 141 64 0 23 65 236 44 43
Binary 111001 1111000 1100001 110100 0 10011 110101 10011110 100100 100011

Color Harmonies of #397861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397861

Black with #397861

Text Example


Text Example

White with #397861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397861; }

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

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

background-color css

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

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

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

border-color css

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

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

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