Html Css Color HEX #397363 Genoa

📋 copy color: '#397363'

red 57 ◦ green 115 ◦ blue 99

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

Shades of Genoa #397363

Tints of Genoa #397363

RGB

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

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

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

R = 21.03%
G = 42.44%
B = 36.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#397363 (or 0x397363) is known color: Genoa. HEX triplet: 39, 73 and 63. RGB value is (57,115,99). Sum of RGB (Red+Green+Blue) = 57+115+99=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #397363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397363 is #C68C9C. Grayscale: #5F5F5F. Windows color (decimal): -13012125 or 6517561. OLE color: 6517561.

HSL color Cylindrical-coordinate representation of color #397363: hue angle of 163.45º 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 #397363 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 115 99 -
CMYK 0.50 0 0.14 0.55
HSL 163.45º 0.34% 0.34% -
HSV(B) 163.45º 0.5% 0.45% -
XYZ 10.07 14.03 13.98 -
YUV 95.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 57 115 99 0.50 0 0.14 0.55 163.45 0.34 0.34
Hex 39 73 63 32 0 E 37 A3 22 22
Octal 71 163 143 62 0 16 67 243 42 42
Binary 111001 1110011 1100011 110010 0 1110 110111 10100011 100010 100010

Color Harmonies of #397363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397363

Black with #397363

Text Example


Text Example

White with #397363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397363; }

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

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

background-color css

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

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

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

border-color css

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

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

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