Html Css Color HEX #397369 Genoa

📋 copy color: '#397369'

red 57 ◦ green 115 ◦ blue 105

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

Shades of Genoa #397369

Tints of Genoa #397369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.52%

 BLUE value IS 105 (41.41% from 255) = 37.91%

R = 20.58%
G = 41.52%
B = 37.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#397369 (or 0x397369) is known color: Genoa. HEX triplet: 39, 73 and 69. RGB value is (57,115,105). Sum of RGB (Red+Green+Blue) = 57+115+105=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #397369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397369 is #C68C96. Grayscale: #606060. Windows color (decimal): -13012119 or 6910777. OLE color: 6910777.

HSL color Cylindrical-coordinate representation of color #397369: hue angle of 169.66º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397369 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 115 105 -
CMYK 0.50 0 0.09 0.55
HSL 169.66º 0.34% 0.34% -
HSV(B) 169.66º 0.5% 0.45% -
XYZ 10.37 14.15 15.55 -
YUV 96.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 57 115 105 0.50 0 0.09 0.55 169.66 0.34 0.34
Hex 39 73 69 32 0 9 37 AA 22 22
Octal 71 163 151 62 0 11 67 252 42 42
Binary 111001 1110011 1101001 110010 0 1001 110111 10101010 100010 100010

Color Harmonies of #397369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397369

Black with #397369

Text Example


Text Example

White with #397369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397369; }

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

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

background-color css

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

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

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

border-color css

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

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

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