Html Css Color HEX #397067 Genoa

📋 copy color: '#397067'

red 57 ◦ green 112 ◦ blue 103

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

Shades of Genoa #397067

Tints of Genoa #397067

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

 BLUE value IS 103 (40.63% from 255) = 37.87%

R = 20.96%
G = 41.18%
B = 37.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#397067 (or 0x397067) is known color: Genoa. HEX triplet: 39, 70 and 67. RGB value is (57,112,103). Sum of RGB (Red+Green+Blue) = 57+112+103=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #397067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397067 is #C68F98. Grayscale: #5E5E5E. Windows color (decimal): -13012889 or 6778937. OLE color: 6778937.

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

Color convert

RGB 57 112 103 -
CMYK 0.49 0 0.08 0.56
HSL 170.18º 0.33% 0.33% -
HSV(B) 170.18º 0.49% 0.44% -
XYZ 9.93 13.44 14.9 -
YUV 94.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 57 112 103 0.49 0 0.08 0.56 170.18 0.33 0.33
Hex 39 70 67 31 0 8 38 AA 21 21
Octal 71 160 147 61 0 10 70 252 41 41
Binary 111001 1110000 1100111 110001 0 1000 111000 10101010 100001 100001

Color Harmonies of #397067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397067

Black with #397067

Text Example


Text Example

White with #397067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397067; }

 p { color: rgb(57,112,103); }

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

background-color css

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

 a { background-color: rgb(57,112,103); }

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

border-color css

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

 span { border-color: rgb(57,112,103); }

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