Html Css Color HEX #397662 Viridian

📋 copy color: '#397662'

red 57 ◦ green 118 ◦ blue 98

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

Shades of Viridian #397662

Tints of Viridian #397662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 20.88%
G = 43.22%
B = 35.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#397662 (or 0x397662) is known color: Viridian. HEX triplet: 39, 76 and 62. RGB value is (57,118,98). Sum of RGB (Red+Green+Blue) = 57+118+98=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #397662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397662 is #C6899D. Grayscale: #616161. Windows color (decimal): -13011358 or 6452793. OLE color: 6452793.

HSL color Cylindrical-coordinate representation of color #397662: hue angle of 160.33º 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 #397662 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 118 98 -
CMYK 0.52 0 0.17 0.54
HSL 160.33º 0.35% 0.34% -
HSV(B) 160.33º 0.52% 0.46% -
XYZ 10.37 14.71 13.85 -
YUV 97.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 57 118 98 0.52 0 0.17 0.54 160.33 0.35 0.34
Hex 39 76 62 34 0 11 36 A0 23 22
Octal 71 166 142 64 0 21 66 240 43 42
Binary 111001 1110110 1100010 110100 0 10001 110110 10100000 100011 100010

Color Harmonies of #397662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397662

Black with #397662

Text Example


Text Example

White with #397662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397662; }

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

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

background-color css

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

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

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

border-color css

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

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

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