Html Css Color HEX #397F65 Viridian

📋 copy color: '#397F65'

red 57 ◦ green 127 ◦ blue 101

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

Shades of Viridian #397F65

Tints of Viridian #397F65

RGB

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

 GREEN value IS 127 (50% from 255) = 44.56%

 BLUE value IS 101 (39.84% from 255) = 35.44%

R = 20%
G = 44.56%
B = 35.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#397F65 (or 0x397F65) is known color: Viridian. HEX triplet: 39, 7F and 65. RGB value is (57,127,101). Sum of RGB (Red+Green+Blue) = 57+127+101=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #397F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F65 is #C6809A. Grayscale: #676767. Windows color (decimal): -13009051 or 6651705. OLE color: 6651705.

HSL color Cylindrical-coordinate representation of color #397F65: hue angle of 157.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397F65 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 127 101 -
CMYK 0.55 0 0.20 0.50
HSL 157.71º 0.38% 0.36% -
HSV(B) 157.71º 0.55% 0.5% -
XYZ 11.63 16.99 14.98 -
YUV 103.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 57 127 101 0.55 0 0.20 0.50 157.71 0.38 0.36
Hex 39 7F 65 37 0 14 32 9E 26 24
Octal 71 177 145 67 0 24 62 236 46 44
Binary 111001 1111111 1100101 110111 0 10100 110010 10011110 100110 100100

Color Harmonies of #397F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F65

Black with #397F65

Text Example


Text Example

White with #397F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,127,101); }

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

background-color css

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

 a { background-color: rgb(57,127,101); }

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

border-color css

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

 span { border-color: rgb(57,127,101); }

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