Html Css Color HEX #397665 Genoa

📋 copy color: '#397665'

red 57 ◦ green 118 ◦ blue 101

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

Shades of Genoa #397665

Tints of Genoa #397665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.75%

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

R = 20.65%
G = 42.75%
B = 36.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#397665 (or 0x397665) is known color: Genoa. HEX triplet: 39, 76 and 65. RGB value is (57,118,101). Sum of RGB (Red+Green+Blue) = 57+118+101=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #397665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397665 is #C6899A. Grayscale: #616161. Windows color (decimal): -13011355 or 6649401. OLE color: 6649401.

HSL color Cylindrical-coordinate representation of color #397665: hue angle of 163.28º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397665 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 118 101 -
CMYK 0.52 0 0.14 0.54
HSL 163.28º 0.35% 0.34% -
HSV(B) 163.28º 0.52% 0.46% -
XYZ 10.51 14.77 14.61 -
YUV 97.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 57 118 101 0.52 0 0.14 0.54 163.28 0.35 0.34
Hex 39 76 65 34 0 E 36 A3 23 22
Octal 71 166 145 64 0 16 66 243 43 42
Binary 111001 1110110 1100101 110100 0 1110 110110 10100011 100011 100010

Color Harmonies of #397665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397665

Black with #397665

Text Example


Text Example

White with #397665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397665; }

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

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

background-color css

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

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

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

border-color css

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

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

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