Html Css Color HEX #397368 Genoa

📋 copy color: '#397368'

red 57 ◦ green 115 ◦ blue 104

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

Shades of Genoa #397368

Tints of Genoa #397368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.68%

R = 20.65%
G = 41.67%
B = 37.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#397368 (or 0x397368) is known color: Genoa. HEX triplet: 39, 73 and 68. RGB value is (57,115,104). Sum of RGB (Red+Green+Blue) = 57+115+104=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #397368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397368 is #C68C97. Grayscale: #606060. Windows color (decimal): -13012120 or 6845241. OLE color: 6845241.

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

Color convert

RGB 57 115 104 -
CMYK 0.50 0 0.10 0.55
HSL 168.62º 0.34% 0.34% -
HSV(B) 168.62º 0.5% 0.45% -
XYZ 10.32 14.13 15.28 -
YUV 96.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 57 115 104 0.50 0 0.10 0.55 168.62 0.34 0.34
Hex 39 73 68 32 0 A 37 A9 22 22
Octal 71 163 150 62 0 12 67 251 42 42
Binary 111001 1110011 1101000 110010 0 1010 110111 10101001 100010 100010

Color Harmonies of #397368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397368

Black with #397368

Text Example


Text Example

White with #397368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397368; }

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

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

background-color css

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

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

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

border-color css

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

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

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