Html Css Color HEX #397661 Viridian

📋 copy color: '#397661'

red 57 ◦ green 118 ◦ blue 97

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

Shades of Viridian #397661

Tints of Viridian #397661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.38%

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

R = 20.96%
G = 43.38%
B = 35.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#397661 (or 0x397661) is known color: Viridian. HEX triplet: 39, 76 and 61. RGB value is (57,118,97). Sum of RGB (Red+Green+Blue) = 57+118+97=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #397661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397661 is #C6899E. Grayscale: #616161. Windows color (decimal): -13011359 or 6387257. OLE color: 6387257.

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

Color convert

RGB 57 118 97 -
CMYK 0.52 0 0.18 0.54
HSL 159.34º 0.35% 0.34% -
HSV(B) 159.34º 0.52% 0.46% -
XYZ 10.32 14.69 13.6 -
YUV 97.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 57 118 97 0.52 0 0.18 0.54 159.34 0.35 0.34
Hex 39 76 61 34 0 12 36 9F 23 22
Octal 71 166 141 64 0 22 66 237 43 42
Binary 111001 1110110 1100001 110100 0 10010 110110 10011111 100011 100010

Color Harmonies of #397661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397661

Black with #397661

Text Example


Text Example

White with #397661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397661; }

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

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

background-color css

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

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

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

border-color css

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

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

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