Html Css Color HEX #397561 Viridian

📋 copy color: '#397561'

red 57 ◦ green 117 ◦ blue 97

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

Shades of Viridian #397561

Tints of Viridian #397561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.17%

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

R = 21.03%
G = 43.17%
B = 35.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#397561 (or 0x397561) is known color: Viridian. HEX triplet: 39, 75 and 61. RGB value is (57,117,97). Sum of RGB (Red+Green+Blue) = 57+117+97=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #397561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397561 is #C68A9E. Grayscale: #606060. Windows color (decimal): -13011615 or 6387001. OLE color: 6387001.

HSL color Cylindrical-coordinate representation of color #397561: hue angle of 160º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397561 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 97 -
CMYK 0.51 0 0.17 0.54
HSL 160º 0.34% 0.34% -
HSV(B) 160º 0.51% 0.46% -
XYZ 10.21 14.46 13.56 -
YUV 96.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 57 117 97 0.51 0 0.17 0.54 160 0.34 0.34
Hex 39 75 61 33 0 11 36 A0 22 22
Octal 71 165 141 63 0 21 66 240 42 42
Binary 111001 1110101 1100001 110011 0 10001 110110 10100000 100010 100010

Color Harmonies of #397561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397561

Black with #397561

Text Example


Text Example

White with #397561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397561; }

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

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

background-color css

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

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

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

border-color css

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

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

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