Html Css Color HEX #396961 Genoa

📋 copy color: '#396961'

red 57 ◦ green 105 ◦ blue 97

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

Shades of Genoa #396961

Tints of Genoa #396961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.54%

 BLUE value IS 97 (38.28% from 255) = 37.45%

R = 22.01%
G = 40.54%
B = 37.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#396961 (or 0x396961) is known color: Genoa. HEX triplet: 39, 69 and 61. RGB value is (57,105,97). Sum of RGB (Red+Green+Blue) = 57+105+97=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #396961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396961 is #C6969E. Grayscale: #595959. Windows color (decimal): -13014687 or 6383929. OLE color: 6383929.

HSL color Cylindrical-coordinate representation of color #396961: hue angle of 170º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396961 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 97 -
CMYK 0.46 0 0.08 0.59
HSL 170º 0.3% 0.32% -
HSV(B) 170º 0.46% 0.41% -
XYZ 8.9 11.84 13.12 -
YUV 89.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 57 105 97 0.46 0 0.08 0.59 170 0.3 0.32
Hex 39 69 61 2E 0 8 3B AA 1E 20
Octal 71 151 141 56 0 10 73 252 36 40
Binary 111001 1101001 1100001 101110 0 1000 111011 10101010 11110 100000

Color Harmonies of #396961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396961

Black with #396961

Text Example


Text Example

White with #396961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396961; }

 p { color: rgb(57,105,97); }

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

background-color css

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

 a { background-color: rgb(57,105,97); }

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

border-color css

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

 span { border-color: rgb(57,105,97); }

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