Html Css Color HEX #397163 Genoa

📋 copy color: '#397163'

red 57 ◦ green 113 ◦ blue 99

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

Shades of Genoa #397163

Tints of Genoa #397163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.01%

 BLUE value IS 99 (39.06% from 255) = 36.8%

R = 21.19%
G = 42.01%
B = 36.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#397163 (or 0x397163) is known color: Genoa. HEX triplet: 39, 71 and 63. RGB value is (57,113,99). Sum of RGB (Red+Green+Blue) = 57+113+99=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #397163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397163 is #C68E9C. Grayscale: #5E5E5E. Windows color (decimal): -13012637 or 6517049. OLE color: 6517049.

HSL color Cylindrical-coordinate representation of color #397163: hue angle of 165º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397163 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 99 -
CMYK 0.50 0 0.12 0.56
HSL 165º 0.33% 0.33% -
HSV(B) 165º 0.5% 0.44% -
XYZ 9.84 13.58 13.91 -
YUV 94.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 57 113 99 0.50 0 0.12 0.56 165 0.33 0.33
Hex 39 71 63 32 0 C 38 A5 21 21
Octal 71 161 143 62 0 14 70 245 41 41
Binary 111001 1110001 1100011 110010 0 1100 111000 10100101 100001 100001

Color Harmonies of #397163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397163

Black with #397163

Text Example


Text Example

White with #397163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397163; }

 p { color: rgb(57,113,99); }

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

background-color css

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

 a { background-color: rgb(57,113,99); }

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

border-color css

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

 span { border-color: rgb(57,113,99); }

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