Html Css Color HEX #397A64 Viridian

📋 copy color: '#397A64'

red 57 ◦ green 122 ◦ blue 100

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

Shades of Viridian #397A64

Tints of Viridian #397A64

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.73%

 BLUE value IS 100 (39.45% from 255) = 35.84%

R = 20.43%
G = 43.73%
B = 35.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#397A64 (or 0x397A64) is known color: Viridian. HEX triplet: 39, 7A and 64. RGB value is (57,122,100). Sum of RGB (Red+Green+Blue) = 57+122+100=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #397A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A64 is #C6859B. Grayscale: #646464. Windows color (decimal): -13010332 or 6584889. OLE color: 6584889.

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

Color convert

RGB 57 122 100 -
CMYK 0.53 0 0.18 0.52
HSL 159.69º 0.36% 0.35% -
HSV(B) 159.69º 0.53% 0.48% -
XYZ 10.95 15.71 14.51 -
YUV 100.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 57 122 100 0.53 0 0.18 0.52 159.69 0.36 0.35
Hex 39 7A 64 35 0 12 34 A0 24 23
Octal 71 172 144 65 0 22 64 240 44 43
Binary 111001 1111010 1100100 110101 0 10010 110100 10100000 100100 100011

Color Harmonies of #397A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A64

Black with #397A64

Text Example


Text Example

White with #397A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397A64; }

 p { color: rgb(57,122,100); }

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

background-color css

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

 a { background-color: rgb(57,122,100); }

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

border-color css

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

 span { border-color: rgb(57,122,100); }

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