Html Css Color HEX #397464 Genoa

📋 copy color: '#397464'

red 57 ◦ green 116 ◦ blue 100

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

Shades of Genoa #397464

Tints of Genoa #397464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.49%

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

R = 20.88%
G = 42.49%
B = 36.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#397464 (or 0x397464) is known color: Genoa. HEX triplet: 39, 74 and 64. RGB value is (57,116,100). Sum of RGB (Red+Green+Blue) = 57+116+100=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #397464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397464 is #C68B9B. Grayscale: #606060. Windows color (decimal): -13011868 or 6583353. OLE color: 6583353.

HSL color Cylindrical-coordinate representation of color #397464: hue angle of 163.73º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397464 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 116 100 -
CMYK 0.51 0 0.14 0.55
HSL 163.73º 0.34% 0.34% -
HSV(B) 163.73º 0.51% 0.45% -
XYZ 10.23 14.28 14.27 -
YUV 96.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 57 116 100 0.51 0 0.14 0.55 163.73 0.34 0.34
Hex 39 74 64 33 0 E 37 A4 22 22
Octal 71 164 144 63 0 16 67 244 42 42
Binary 111001 1110100 1100100 110011 0 1110 110111 10100100 100010 100010

Color Harmonies of #397464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397464

Black with #397464

Text Example


Text Example

White with #397464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397464; }

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

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

background-color css

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

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

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

border-color css

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

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

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