Html Css Color HEX #397166 Genoa

📋 copy color: '#397166'

red 57 ◦ green 113 ◦ blue 102

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

Shades of Genoa #397166

Tints of Genoa #397166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 20.96%
G = 41.54%
B = 37.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#397166 (or 0x397166) is known color: Genoa. HEX triplet: 39, 71 and 66. RGB value is (57,113,102). Sum of RGB (Red+Green+Blue) = 57+113+102=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #397166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397166 is #C68E99. Grayscale: #5E5E5E. Windows color (decimal): -13012634 or 6713657. OLE color: 6713657.

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

Color convert

RGB 57 113 102 -
CMYK 0.50 0 0.10 0.56
HSL 168.21º 0.33% 0.33% -
HSV(B) 168.21º 0.5% 0.44% -
XYZ 9.99 13.64 14.68 -
YUV 95 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 57 113 102 0.50 0 0.10 0.56 168.21 0.33 0.33
Hex 39 71 66 32 0 A 38 A8 21 21
Octal 71 161 146 62 0 12 70 250 41 41
Binary 111001 1110001 1100110 110010 0 1010 111000 10101000 100001 100001

Color Harmonies of #397166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397166

Black with #397166

Text Example


Text Example

White with #397166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397166; }

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

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

background-color css

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

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

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

border-color css

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

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

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