Html Css Color HEX #397764 Viridian

📋 copy color: '#397764'

red 57 ◦ green 119 ◦ blue 100

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

Shades of Viridian #397764

Tints of Viridian #397764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.12%

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

R = 20.65%
G = 43.12%
B = 36.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#397764 (or 0x397764) is known color: Viridian. HEX triplet: 39, 77 and 64. RGB value is (57,119,100). Sum of RGB (Red+Green+Blue) = 57+119+100=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #397764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397764 is #C6889B. Grayscale: #626262. Windows color (decimal): -13011100 or 6584121. OLE color: 6584121.

HSL color Cylindrical-coordinate representation of color #397764: hue angle of 161.61º degrees, saturation: 0.35, 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 #397764 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 119 100 -
CMYK 0.52 0 0.16 0.53
HSL 161.61º 0.35% 0.35% -
HSV(B) 161.61º 0.52% 0.47% -
XYZ 10.58 14.98 14.39 -
YUV 98.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 57 119 100 0.52 0 0.16 0.53 161.61 0.35 0.35
Hex 39 77 64 34 0 10 35 A2 23 23
Octal 71 167 144 64 0 20 65 242 43 43
Binary 111001 1110111 1100100 110100 0 10000 110101 10100010 100011 100011

Color Harmonies of #397764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397764

Black with #397764

Text Example


Text Example

White with #397764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397764; }

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

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

background-color css

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

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

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

border-color css

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

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

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