Html Css Color HEX #397064 Genoa

📋 copy color: '#397064'

red 57 ◦ green 112 ◦ blue 100

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

Shades of Genoa #397064

Tints of Genoa #397064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.17%

R = 21.19%
G = 41.64%
B = 37.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#397064 (or 0x397064) is known color: Genoa. HEX triplet: 39, 70 and 64. RGB value is (57,112,100). Sum of RGB (Red+Green+Blue) = 57+112+100=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #397064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397064 is #C68F9B. Grayscale: #5E5E5E. Windows color (decimal): -13012892 or 6582329. OLE color: 6582329.

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

Color convert

RGB 57 112 100 -
CMYK 0.49 0 0.11 0.56
HSL 166.91º 0.33% 0.33% -
HSV(B) 166.91º 0.49% 0.44% -
XYZ 9.78 13.38 14.12 -
YUV 94.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 57 112 100 0.49 0 0.11 0.56 166.91 0.33 0.33
Hex 39 70 64 31 0 B 38 A7 21 21
Octal 71 160 144 61 0 13 70 247 41 41
Binary 111001 1110000 1100100 110001 0 1011 111000 10100111 100001 100001

Color Harmonies of #397064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397064

Black with #397064

Text Example


Text Example

White with #397064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397064; }

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

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

background-color css

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

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

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

border-color css

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

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

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