Html Css Color HEX #397966 Viridian

📋 copy color: '#397966'

red 57 ◦ green 121 ◦ blue 102

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

Shades of Viridian #397966

Tints of Viridian #397966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.21%

 BLUE value IS 102 (40.23% from 255) = 36.43%

R = 20.36%
G = 43.21%
B = 36.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#397966 (or 0x397966) is known color: Viridian. HEX triplet: 39, 79 and 66. RGB value is (57,121,102). Sum of RGB (Red+Green+Blue) = 57+121+102=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #397966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397966 is #C68699. Grayscale: #636363. Windows color (decimal): -13010586 or 6715705. OLE color: 6715705.

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

Color convert

RGB 57 121 102 -
CMYK 0.53 0 0.16 0.53
HSL 162.19º 0.36% 0.35% -
HSV(B) 162.19º 0.53% 0.47% -
XYZ 10.92 15.5 14.99 -
YUV 99.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 57 121 102 0.53 0 0.16 0.53 162.19 0.36 0.35
Hex 39 79 66 35 0 10 35 A2 24 23
Octal 71 171 146 65 0 20 65 242 44 43
Binary 111001 1111001 1100110 110101 0 10000 110101 10100010 100100 100011

Color Harmonies of #397966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397966

Black with #397966

Text Example


Text Example

White with #397966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397966; }

 p { color: rgb(57,121,102); }

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

background-color css

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

 a { background-color: rgb(57,121,102); }

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

border-color css

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

 span { border-color: rgb(57,121,102); }

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