Html Css Color HEX #397165 Genoa

📋 copy color: '#397165'

red 57 ◦ green 113 ◦ blue 101

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

Shades of Genoa #397165

Tints of Genoa #397165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.27%

R = 21.03%
G = 41.7%
B = 37.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#397165 (or 0x397165) is known color: Genoa. HEX triplet: 39, 71 and 65. RGB value is (57,113,101). Sum of RGB (Red+Green+Blue) = 57+113+101=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #397165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397165 is #C68E9A. Grayscale: #5E5E5E. Windows color (decimal): -13012635 or 6648121. OLE color: 6648121.

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

Color convert

RGB 57 113 101 -
CMYK 0.50 0 0.11 0.56
HSL 167.14º 0.33% 0.33% -
HSV(B) 167.14º 0.5% 0.44% -
XYZ 9.94 13.62 14.42 -
YUV 94.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 57 113 101 0.50 0 0.11 0.56 167.14 0.33 0.33
Hex 39 71 65 32 0 B 38 A7 21 21
Octal 71 161 145 62 0 13 70 247 41 41
Binary 111001 1110001 1100101 110010 0 1011 111000 10100111 100001 100001

Color Harmonies of #397165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397165

Black with #397165

Text Example


Text Example

White with #397165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397165; }

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

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

background-color css

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

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

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

border-color css

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

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

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